Package io.dapr.client
Class DaprHttpBuilder
- java.lang.Object
-
- io.dapr.client.DaprHttpBuilder
-
@Deprecated public class DaprHttpBuilder extends Object
Deprecated.UseDaprClientBuilder
instead, this will be removed in a future release.A builder for the DaprHttp.
-
-
Constructor Summary
Constructors Constructor Description DaprHttpBuilder()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DaprHttp
build()
Deprecated.Build an instance of the Http client based on the provided setup.
-
-
-
Method Detail
-
build
public DaprHttp build()
Deprecated.Build an instance of the Http client based on the provided setup.- Returns:
- an instance of
DaprHttp
- Throws:
IllegalStateException
- if any required field is missing
-
-