Package io.dapr.client
Class DaprHttpBuilder
java.lang.Object
io.dapr.client.DaprHttpBuilder
Deprecated.
A builder for the DaprHttp.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DaprHttpBuilder
public DaprHttpBuilder()Deprecated.
-
-
Method Details
-
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
-
DaprClientBuilder
instead, this will be removed in a future release.