Package io.dapr.client.domain
Class InvokeMethodRequestBuilder
java.lang.Object
io.dapr.client.domain.InvokeMethodRequestBuilder
Deprecated.
Builds a request to invoke a service.
Deprecated in favor of @see
InvokeMethodRequest
.
Deprecated since SDK version 1.3.0, slated for removal in SDK version 1.5.0-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Deprecated.Builds a request object.Deprecated.withContentType(String contentType)
Deprecated.withHttpExtension(HttpExtension httpExtension)
Deprecated.
-
Constructor Details
-
InvokeMethodRequestBuilder
Deprecated.
-
-
Method Details
-
withContentType
Deprecated. -
withBody
Deprecated. -
withHttpExtension
Deprecated. -
build
Deprecated.Builds a request object.- Returns:
- Request object.
-