diff --git a/docs/io/dapr/client/domain/InvokeBindingRequest.html b/docs/io/dapr/client/domain/InvokeBindingRequest.html
new file mode 100644
index 0000000000..df4bcde6f6
--- /dev/null
+++ b/docs/io/dapr/client/domain/InvokeBindingRequest.html
@@ -0,0 +1,297 @@
+
+
+
+
+
+
InvokeBindingRequest (dapr-sdk-parent 0.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
java.lang.Object
+
io.dapr.client.domain.InvokeBindingRequest
+
+
+
+public class InvokeBindingRequest
+extends java.lang.Object
+A request to invoke binding.
+
+
+
+
+-
+
+
+
+
Constructor Summary
+
+
+
+
+-
+
+
+
+
Method Summary
+
+
+
+
+
+
+Modifier and Type |
+Method |
+Description |
+
+
+
+
+io.grpc.Context |
+getContext() |
+ |
+
+
+java.lang.Object |
+getData() |
+ |
+
+
+java.util.Map<java.lang.String,java.lang.String> |
+getMetadata() |
+ |
+
+
+java.lang.String |
+getName() |
+ |
+
+
+java.lang.String |
+getOperation() |
+ |
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+-
+
+
+
+
Constructor Details
+
+-
+
+
+
public InvokeBindingRequest()
+
+
+
+
+
+
+-
+
+
+
+
Method Details
+
+-
+
+
+
public java.lang.String getName()
+
+
+-
+
+
+
public java.lang.String getOperation()
+
+
+-
+
+
+
public java.lang.Object getData()
+
+
+-
+
+
+
public java.util.Map<java.lang.String,java.lang.String> getMetadata()
+
+
+-
+
+
+
public io.grpc.Context getContext()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/InvokeBindingRequestBuilder.html b/docs/io/dapr/client/domain/InvokeBindingRequestBuilder.html
new file mode 100644
index 0000000000..2a33b57b99
--- /dev/null
+++ b/docs/io/dapr/client/domain/InvokeBindingRequestBuilder.html
@@ -0,0 +1,295 @@
+
+
+
+
+
+
InvokeBindingRequestBuilder (dapr-sdk-parent 0.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
java.lang.Object
+
io.dapr.client.domain.InvokeBindingRequestBuilder
+
+
+
+public class InvokeBindingRequestBuilder
+extends java.lang.Object
+Builds a request to publish an event.
+
+
+
+
+-
+
+
+
+
Constructor Summary
+
+
+Constructors
+
+
+Constructor |
+Description |
+
+
+
+
+InvokeBindingRequestBuilder(java.lang.String name,
+java.lang.String operation) |
+ |
+
+
+
+
+
+
+
+-
+
+
+
+
Method Summary
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+-
+
+
+
+
Constructor Details
+
+-
+
+
+
public InvokeBindingRequestBuilder(java.lang.String name,
+java.lang.String operation)
+
+
+
+
+
+
+-
+
+
+
+
Method Details
+
+-
+
+
+-
+
+
+-
+
+
+-
+
+
+
+
Builds a request object.
+
+- Returns:
+- Request object.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/InvokeServiceRequest.html b/docs/io/dapr/client/domain/InvokeServiceRequest.html
new file mode 100644
index 0000000000..a2b978aa55
--- /dev/null
+++ b/docs/io/dapr/client/domain/InvokeServiceRequest.html
@@ -0,0 +1,319 @@
+
+
+
+
+
+
InvokeServiceRequest (dapr-sdk-parent 0.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
java.lang.Object
+
io.dapr.client.domain.InvokeServiceRequest
+
+
+
+public class InvokeServiceRequest
+extends java.lang.Object
+A request to invoke a service.
+
+
+
+
+-
+
+
+
+
Constructor Summary
+
+
+
+
+-
+
+
+
+
Method Summary
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+-
+
+
+
+
Constructor Details
+
+-
+
+
+
public InvokeServiceRequest()
+
+
+
+
+
+
+-
+
+
+
+
Method Details
+
+-
+
+
+
public java.lang.String getAppId()
+
+
+-
+
+
+
public java.lang.String getMethod()
+
+
+-
+
+
+
public java.lang.Object getBody()
+
+
+-
+
+
+
public java.util.Map<java.lang.String,java.lang.String> getMetadata()
+
+
+-
+
+
+-
+
+
+
public io.grpc.Context getContext()
+
+
+-
+
+
+
public java.lang.String getContentType()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/InvokeServiceRequestBuilder.html b/docs/io/dapr/client/domain/InvokeServiceRequestBuilder.html
new file mode 100644
index 0000000000..c71f1b18d4
--- /dev/null
+++ b/docs/io/dapr/client/domain/InvokeServiceRequestBuilder.html
@@ -0,0 +1,317 @@
+
+
+
+
+
+
InvokeServiceRequestBuilder (dapr-sdk-parent 0.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
java.lang.Object
+
io.dapr.client.domain.InvokeServiceRequestBuilder
+
+
+
+public class InvokeServiceRequestBuilder
+extends java.lang.Object
+Builds a request to invoke a service.
+
+
+
+
+-
+
+
+
+
Constructor Summary
+
+
+Constructors
+
+
+Constructor |
+Description |
+
+
+
+
+InvokeServiceRequestBuilder(java.lang.String appId,
+java.lang.String method) |
+ |
+
+
+
+
+
+
+
+-
+
+
+
+
Method Summary
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+-
+
+
+
+
Constructor Details
+
+-
+
+
+
public InvokeServiceRequestBuilder(java.lang.String appId,
+java.lang.String method)
+
+
+
+
+
+
+-
+
+
+
+
Method Details
+
+-
+
+
+-
+
+
+-
+
+
+-
+
+
+-
+
+
+-
+
+
+
+
Builds a request object.
+
+- Returns:
+- Request object.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/PublishEventRequest.html b/docs/io/dapr/client/domain/PublishEventRequest.html
new file mode 100644
index 0000000000..245880d070
--- /dev/null
+++ b/docs/io/dapr/client/domain/PublishEventRequest.html
@@ -0,0 +1,297 @@
+
+
+
+
+
+
PublishEventRequest (dapr-sdk-parent 0.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
java.lang.Object
+
io.dapr.client.domain.PublishEventRequest
+
+
+
+public class PublishEventRequest
+extends java.lang.Object
+A request to publish an event.
+
+
+
+
+-
+
+
+
+
Constructor Summary
+
+
+
+
+-
+
+
+
+
Method Summary
+
+
+
+
+
+
+Modifier and Type |
+Method |
+Description |
+
+
+
+
+io.grpc.Context |
+getContext() |
+ |
+
+
+java.lang.Object |
+getData() |
+ |
+
+
+java.util.Map<java.lang.String,java.lang.String> |
+getMetadata() |
+ |
+
+
+java.lang.String |
+getPubsubName() |
+ |
+
+
+java.lang.String |
+getTopic() |
+ |
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+-
+
+
+
+
Constructor Details
+
+-
+
+
+
public PublishEventRequest()
+
+
+
+
+
+
+-
+
+
+
+
Method Details
+
+-
+
+
+
public java.lang.String getPubsubName()
+
+
+-
+
+
+
public java.lang.String getTopic()
+
+
+-
+
+
+
public java.lang.Object getData()
+
+
+-
+
+
+
public java.util.Map<java.lang.String,java.lang.String> getMetadata()
+
+
+-
+
+
+
public io.grpc.Context getContext()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/PublishEventRequestBuilder.html b/docs/io/dapr/client/domain/PublishEventRequestBuilder.html
new file mode 100644
index 0000000000..6d05585c56
--- /dev/null
+++ b/docs/io/dapr/client/domain/PublishEventRequestBuilder.html
@@ -0,0 +1,295 @@
+
+
+
+
+
+
PublishEventRequestBuilder (dapr-sdk-parent 0.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
java.lang.Object
+
io.dapr.client.domain.PublishEventRequestBuilder
+
+
+
+public class PublishEventRequestBuilder
+extends java.lang.Object
+Builds a request to publish an event.
+
+
+
+
+-
+
+
+
+
Constructor Summary
+
+
+Constructors
+
+
+Constructor |
+Description |
+
+
+
+
+PublishEventRequestBuilder(java.lang.String pubsubName,
+java.lang.String topic,
+java.lang.Object data) |
+
+ Instantiates a builder for a publish request.
+ |
+
+
+
+
+
+
+
+-
+
+
+
+
Method Summary
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+-
+
+
+
+
Constructor Details
+
+-
+
+
+
public PublishEventRequestBuilder(java.lang.String pubsubName,
+java.lang.String topic,
+java.lang.Object data)
+Instantiates a builder for a publish request.
+
+- Parameters:
+pubsubName
- Name of the Dapr PubSub.
+topic
- Topic name.
+data
- Data to be published.
+
+
+
+
+
+
+
+-
+
+
+
+
Method Details
+
+-
+
+
+-
+
+
+-
+
+
+
+
Builds a request object.
+
+- Returns:
+- Request object.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/Response.html b/docs/io/dapr/client/domain/Response.html
new file mode 100644
index 0000000000..b277615e1a
--- /dev/null
+++ b/docs/io/dapr/client/domain/Response.html
@@ -0,0 +1,268 @@
+
+
+
+
+
+
Response (dapr-sdk-parent 0.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
java.lang.Object
+
io.dapr.client.domain.Response<T>
+
+
+
+public class Response<T>
+extends java.lang.Object
+A Dapr Response.
+
+
+
+
+-
+
+
+
+
Constructor Summary
+
+
+Constructors
+
+
+Constructor |
+Description |
+
+
+
+
+Response(io.grpc.Context context,
+T object) |
+ |
+
+
+
+
+
+
+
+-
+
+
+
+
Method Summary
+
+
+
+
+
+
+Modifier and Type |
+Method |
+Description |
+
+
+
+
+io.grpc.Context |
+getContext() |
+ |
+
+
+T |
+getObject() |
+ |
+
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+-
+
+
+
+
Constructor Details
+
+-
+
+
+
public Response(
io.grpc.Context context,
+T object)
+
+
+
+
+
+
+-
+
+
+
+
Method Details
+
+-
+
+
+
public io.grpc.Context getContext()
+
+
+-
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/SaveStateRequest.html b/docs/io/dapr/client/domain/SaveStateRequest.html
new file mode 100644
index 0000000000..a0d758cedc
--- /dev/null
+++ b/docs/io/dapr/client/domain/SaveStateRequest.html
@@ -0,0 +1,275 @@
+
+
+
+
+
+
SaveStateRequest (dapr-sdk-parent 0.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
java.lang.Object
+
io.dapr.client.domain.SaveStateRequest
+
+
+
+public class SaveStateRequest
+extends java.lang.Object
+A request to save states to state store.
+
+
+
+
+-
+
+
+
+
Constructor Summary
+
+
+
+
+-
+
+
+
+
Method Summary
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+-
+
+
+
+
Constructor Details
+
+-
+
+
+
public SaveStateRequest()
+
+
+
+
+
+
+-
+
+
+
+
Method Details
+
+-
+
+
+
public java.lang.String getStateStoreName()
+
+
+-
+
+
+
public java.util.List<State<?>> getStates()
+
+
+-
+
+
+
public io.grpc.Context getContext()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/SaveStateRequestBuilder.html b/docs/io/dapr/client/domain/SaveStateRequestBuilder.html
new file mode 100644
index 0000000000..aabc939cf0
--- /dev/null
+++ b/docs/io/dapr/client/domain/SaveStateRequestBuilder.html
@@ -0,0 +1,293 @@
+
+
+
+
+
+
SaveStateRequestBuilder (dapr-sdk-parent 0.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
java.lang.Object
+
io.dapr.client.domain.SaveStateRequestBuilder
+
+
+
+public class SaveStateRequestBuilder
+extends java.lang.Object
+A request to save states to state store.
+
+
+
+
+-
+
+
+
+
Constructor Summary
+
+
+Constructors
+
+
+Constructor |
+Description |
+
+
+
+
+SaveStateRequestBuilder(java.lang.String stateStoreName) |
+ |
+
+
+
+
+
+
+
+-
+
+
+
+
Method Summary
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+-
+
+
+
+
Constructor Details
+
+-
+
+
+
public SaveStateRequestBuilder(java.lang.String stateStoreName)
+
+
+
+
+
+
+-
+
+
+
+
Method Details
+
+-
+
+
+-
+
+
+-
+
+
+-
+
+
+
+
Builds a request object.
+
+- Returns:
+- Request object.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/State.html b/docs/io/dapr/client/domain/State.html
index 3594be6b2f..42d4be168a 100644
--- a/docs/io/dapr/client/domain/State.html
+++ b/docs/io/dapr/client/domain/State.html
@@ -2,10 +2,10 @@
-
-
State (dapr-sdk-parent 0.8.0 API)
+
+
State (dapr-sdk-parent 0.9.0 API)
-
+
@@ -20,7 +20,7 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+-
+
+
+
+
Nested Class Summary
+
+
Nested classes/interfaces inherited from class java.lang.Enum
+
+
+java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
+
+
+
+-
+
+
+
+
Enum Constant Summary
+
+
+Enum Constants
+
+
+Enum Constant |
+Description |
+
+
+
+
+DELETE |
+ |
+
+
+UPSERT |
+ |
+
+
+
+
+
+
+
+-
+
+
+
+
Method Summary
+
+
+
+
+
+
Methods inherited from class java.lang.Enum
+
+
+clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+
+
Methods inherited from class java.lang.Object
+
+
+getClass, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+-
+
+
+
+
Enum Constant Details
+
+
+
+
+-
+
+
+
+
Method Details
+
+-
+
+
+
+
Returns an array containing the constants of this enum type, in
+the order they are declared.
+
+- Returns:
+- an array containing the constants of this enum type, in the order they are declared
+
+
+
+-
+
+
+
+
Returns the enum constant of this type with the specified name.
+The string must match exactly an identifier used to declare an
+enum constant in this type. (Extraneous whitespace characters are
+not permitted.)
+
+- Parameters:
+name
- the name of the enum constant to be returned.
+- Returns:
+- the enum constant with the specified name
+- Throws:
+java.lang.IllegalArgumentException
- if this enum type has no constant with the specified name
+java.lang.NullPointerException
- if the argument is null
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/TransactionalStateOperation.html b/docs/io/dapr/client/domain/TransactionalStateOperation.html
new file mode 100644
index 0000000000..da6bab744b
--- /dev/null
+++ b/docs/io/dapr/client/domain/TransactionalStateOperation.html
@@ -0,0 +1,345 @@
+
+
+
+
+
+
TransactionalStateOperation (dapr-sdk-parent 0.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
java.lang.Object
+
io.dapr.client.domain.TransactionalStateOperation<T>
+
+
+
+public class TransactionalStateOperation<T>
+extends java.lang.Object
+
+
+
+
+-
+
+
+
+
Nested Class Summary
+
+
+
+
+-
+
+
+
+
Constructor Summary
+
+
+
+
+-
+
+
+
+
Method Summary
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
+
+clone, finalize, getClass, notify, notifyAll, wait, wait, wait
+
+
+
+
+
+
+
+-
+
+
+
+
Constructor Details
+
+-
+
+
+
+
Construct an immutable transactional state operation object.
+
+- Parameters:
+operationType
- The type of operation done.
+state
- The required state.
+
+
+
+
+
+
+
+-
+
+
+
+
Method Details
+
+-
+
+
+-
+
+
+-
+
+
+
public boolean equals(java.lang.Object o)
+
+- Overrides:
+equals
in class java.lang.Object
+
+
+
+-
+
+
+
public int hashCode()
+
+- Overrides:
+hashCode
in class java.lang.Object
+
+
+
+-
+
+
+
public java.lang.String toString()
+
+- Overrides:
+toString
in class java.lang.Object
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/TransactionalStateRequest.html b/docs/io/dapr/client/domain/TransactionalStateRequest.html
new file mode 100644
index 0000000000..b0f8726839
--- /dev/null
+++ b/docs/io/dapr/client/domain/TransactionalStateRequest.html
@@ -0,0 +1,273 @@
+
+
+
+
+
+
TransactionalStateRequest (dapr-sdk-parent 0.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
java.lang.Object
+
io.dapr.client.domain.TransactionalStateRequest<T>
+
+
+
+public class TransactionalStateRequest<T>
+extends java.lang.Object
+
+
+
+
+-
+
+
+
+
Constructor Summary
+
+
+Constructors
+
+
+Constructor |
+Description |
+
+
+
+
+TransactionalStateRequest(java.util.List<TransactionalStateOperation<T>> operations,
+java.util.Map<java.lang.String,java.lang.String> metadata) |
+
+ Constructor to create immutable transactional state request object.
+ |
+
+
+
+
+
+
+
+-
+
+
+
+
Method Summary
+
+
+
+
+
+
Methods inherited from class java.lang.Object
+
+
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+-
+
+
+
+
Constructor Details
+
+-
+
+
+
public TransactionalStateRequest(
java.util.List<TransactionalStateOperation<T>> operations,
+java.util.Map<java.lang.String,java.lang.String> metadata)
+Constructor to create immutable transactional state request object.
+
+- Parameters:
+operations
- List of operations to be performed.
+metadata
- Metadata used for transactional operations.
+
+
+
+
+
+
+
+-
+
+
+
+
Method Details
+
+-
+
+
+-
+
+
+
public java.util.Map<java.lang.String,java.lang.String> getMetadata()
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/class-use/CloudEvent.html b/docs/io/dapr/client/domain/class-use/CloudEvent.html
index be5f52a019..979a565c09 100644
--- a/docs/io/dapr/client/domain/class-use/CloudEvent.html
+++ b/docs/io/dapr/client/domain/class-use/CloudEvent.html
@@ -2,10 +2,10 @@
-
-
Uses of Class io.dapr.client.domain.CloudEvent (dapr-sdk-parent 0.8.0 API)
+
+
Uses of Class io.dapr.client.domain.CloudEvent (dapr-sdk-parent 0.9.0 API)
-
+
diff --git a/docs/io/dapr/client/domain/class-use/DeleteStateRequest.html b/docs/io/dapr/client/domain/class-use/DeleteStateRequest.html
new file mode 100644
index 0000000000..a8337ac5da
--- /dev/null
+++ b/docs/io/dapr/client/domain/class-use/DeleteStateRequest.html
@@ -0,0 +1,199 @@
+
+
+
+
+
+
Uses of Class io.dapr.client.domain.DeleteStateRequest (dapr-sdk-parent 0.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/class-use/DeleteStateRequestBuilder.html b/docs/io/dapr/client/domain/class-use/DeleteStateRequestBuilder.html
new file mode 100644
index 0000000000..aae6fc8f9e
--- /dev/null
+++ b/docs/io/dapr/client/domain/class-use/DeleteStateRequestBuilder.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
Uses of Class io.dapr.client.domain.DeleteStateRequestBuilder (dapr-sdk-parent 0.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/class-use/ExecuteStateTransactionRequest.html b/docs/io/dapr/client/domain/class-use/ExecuteStateTransactionRequest.html
new file mode 100644
index 0000000000..3db9e04d20
--- /dev/null
+++ b/docs/io/dapr/client/domain/class-use/ExecuteStateTransactionRequest.html
@@ -0,0 +1,197 @@
+
+
+
+
+
+
Uses of Class io.dapr.client.domain.ExecuteStateTransactionRequest (dapr-sdk-parent 0.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/class-use/ExecuteStateTransactionRequestBuilder.html b/docs/io/dapr/client/domain/class-use/ExecuteStateTransactionRequestBuilder.html
new file mode 100644
index 0000000000..1db99ab6d5
--- /dev/null
+++ b/docs/io/dapr/client/domain/class-use/ExecuteStateTransactionRequestBuilder.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
Uses of Class io.dapr.client.domain.ExecuteStateTransactionRequestBuilder (dapr-sdk-parent 0.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/class-use/GetSecretRequest.html b/docs/io/dapr/client/domain/class-use/GetSecretRequest.html
new file mode 100644
index 0000000000..617c21ec2a
--- /dev/null
+++ b/docs/io/dapr/client/domain/class-use/GetSecretRequest.html
@@ -0,0 +1,199 @@
+
+
+
+
+
+
Uses of Class io.dapr.client.domain.GetSecretRequest (dapr-sdk-parent 0.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+-
+
+
+
+
+
+
+Methods in io.dapr.client with parameters of type GetSecretRequest
+
+
+Modifier and Type |
+Method |
+Description |
+
+
+
+
+reactor.core.publisher.Mono<Response<java.util.Map<java.lang.String,java.lang.String>>> |
+DaprClient.getSecret(GetSecretRequest request) |
+
+ Fetches a secret from the configured vault.
+ |
+
+
+reactor.core.publisher.Mono<Response<java.util.Map<java.lang.String,java.lang.String>>> |
+DaprClientGrpc.getSecret(GetSecretRequest request) |
+
+ Fetches a secret from the configured vault.
+ |
+
+
+reactor.core.publisher.Mono<Response<java.util.Map<java.lang.String,java.lang.String>>> |
+DaprClientHttp.getSecret(GetSecretRequest request) |
+
+ Fetches a secret from the configured vault.
+ |
+
+
+
+
+
+
+-
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/class-use/GetSecretRequestBuilder.html b/docs/io/dapr/client/domain/class-use/GetSecretRequestBuilder.html
new file mode 100644
index 0000000000..231902954a
--- /dev/null
+++ b/docs/io/dapr/client/domain/class-use/GetSecretRequestBuilder.html
@@ -0,0 +1,156 @@
+
+
+
+
+
+
Uses of Class io.dapr.client.domain.GetSecretRequestBuilder (dapr-sdk-parent 0.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/class-use/GetStateRequest.html b/docs/io/dapr/client/domain/class-use/GetStateRequest.html
new file mode 100644
index 0000000000..0fbca22a23
--- /dev/null
+++ b/docs/io/dapr/client/domain/class-use/GetStateRequest.html
@@ -0,0 +1,202 @@
+
+
+
+
+
+
Uses of Class io.dapr.client.domain.GetStateRequest (dapr-sdk-parent 0.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/class-use/GetStateRequestBuilder.html b/docs/io/dapr/client/domain/class-use/GetStateRequestBuilder.html
new file mode 100644
index 0000000000..1f62826f77
--- /dev/null
+++ b/docs/io/dapr/client/domain/class-use/GetStateRequestBuilder.html
@@ -0,0 +1,166 @@
+
+
+
+
+
+
Uses of Class io.dapr.client.domain.GetStateRequestBuilder (dapr-sdk-parent 0.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/class-use/GetStatesRequest.html b/docs/io/dapr/client/domain/class-use/GetStatesRequest.html
new file mode 100644
index 0000000000..78e0c7118e
--- /dev/null
+++ b/docs/io/dapr/client/domain/class-use/GetStatesRequest.html
@@ -0,0 +1,202 @@
+
+
+
+
+
+
Uses of Class io.dapr.client.domain.GetStatesRequest (dapr-sdk-parent 0.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/class-use/GetStatesRequestBuilder.html b/docs/io/dapr/client/domain/class-use/GetStatesRequestBuilder.html
new file mode 100644
index 0000000000..fcbebc1202
--- /dev/null
+++ b/docs/io/dapr/client/domain/class-use/GetStatesRequestBuilder.html
@@ -0,0 +1,156 @@
+
+
+
+
+
+
Uses of Class io.dapr.client.domain.GetStatesRequestBuilder (dapr-sdk-parent 0.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/class-use/HttpExtension.html b/docs/io/dapr/client/domain/class-use/HttpExtension.html
new file mode 100644
index 0000000000..98c7e9c8f4
--- /dev/null
+++ b/docs/io/dapr/client/domain/class-use/HttpExtension.html
@@ -0,0 +1,382 @@
+
+
+
+
+
+
Uses of Class io.dapr.client.domain.HttpExtension (dapr-sdk-parent 0.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+-
+
+
+
+
+
+
+Methods in io.dapr.client with parameters of type HttpExtension
+
+
+Modifier and Type |
+Method |
+Description |
+
+
+
+
+reactor.core.publisher.Mono<byte[]> |
+DaprClient.invokeService(java.lang.String appId,
+java.lang.String method,
+byte[] request,
+HttpExtension httpExtension,
+java.util.Map<java.lang.String,java.lang.String> metadata) |
+
+ Invoke a service method, without using serialization.
+ |
+
+
+reactor.core.publisher.Mono<java.lang.Void> |
+DaprClient.invokeService(java.lang.String appId,
+java.lang.String method,
+HttpExtension httpExtension,
+java.util.Map<java.lang.String,java.lang.String> metadata) |
+
+ Invoke a service method, using serialization.
+ |
+
+
+<T> reactor.core.publisher.Mono<T> |
+DaprClient.invokeService(java.lang.String appId,
+java.lang.String method,
+HttpExtension httpExtension,
+java.util.Map<java.lang.String,java.lang.String> metadata,
+TypeRef<T> type) |
+
+ Invoke a service method, using serialization.
+ |
+
+
+<T> reactor.core.publisher.Mono<T> |
+DaprClient.invokeService(java.lang.String appId,
+java.lang.String method,
+HttpExtension httpExtension,
+java.util.Map<java.lang.String,java.lang.String> metadata,
+java.lang.Class<T> clazz) |
+
+ Invoke a service method, using serialization.
+ |
+
+
+reactor.core.publisher.Mono<java.lang.Void> |
+DaprClient.invokeService(java.lang.String appId,
+java.lang.String method,
+java.lang.Object request,
+HttpExtension httpExtension) |
+
+ Invoke a service method, using serialization.
+ |
+
+
+<T> reactor.core.publisher.Mono<T> |
+DaprClient.invokeService(java.lang.String appId,
+java.lang.String method,
+java.lang.Object request,
+HttpExtension httpExtension,
+TypeRef<T> type) |
+
+ Invoke a service method, using serialization.
+ |
+
+
+<T> reactor.core.publisher.Mono<T> |
+DaprClient.invokeService(java.lang.String appId,
+java.lang.String method,
+java.lang.Object request,
+HttpExtension httpExtension,
+java.lang.Class<T> clazz) |
+
+ Invoke a service method, using serialization.
+ |
+
+
+reactor.core.publisher.Mono<java.lang.Void> |
+DaprClient.invokeService(java.lang.String appId,
+java.lang.String method,
+java.lang.Object request,
+HttpExtension httpExtension,
+java.util.Map<java.lang.String,java.lang.String> metadata) |
+
+ Invoke a service method, using serialization.
+ |
+
+
+<T> reactor.core.publisher.Mono<T> |
+DaprClient.invokeService(java.lang.String appId,
+java.lang.String method,
+java.lang.Object request,
+HttpExtension httpExtension,
+java.util.Map<java.lang.String,java.lang.String> metadata,
+TypeRef<T> type) |
+
+ Invoke a service method, using serialization.
+ |
+
+
+<T> reactor.core.publisher.Mono<T> |
+DaprClient.invokeService(java.lang.String appId,
+java.lang.String method,
+java.lang.Object request,
+HttpExtension httpExtension,
+java.util.Map<java.lang.String,java.lang.String> metadata,
+java.lang.Class<T> clazz) |
+
+ Invoke a service method, using serialization.
+ |
+
+
+
+
+
+
+-
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/class-use/InvokeBindingRequest.html b/docs/io/dapr/client/domain/class-use/InvokeBindingRequest.html
new file mode 100644
index 0000000000..1651b94cbd
--- /dev/null
+++ b/docs/io/dapr/client/domain/class-use/InvokeBindingRequest.html
@@ -0,0 +1,202 @@
+
+
+
+
+
+
Uses of Class io.dapr.client.domain.InvokeBindingRequest (dapr-sdk-parent 0.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/class-use/InvokeBindingRequestBuilder.html b/docs/io/dapr/client/domain/class-use/InvokeBindingRequestBuilder.html
new file mode 100644
index 0000000000..2b0c401210
--- /dev/null
+++ b/docs/io/dapr/client/domain/class-use/InvokeBindingRequestBuilder.html
@@ -0,0 +1,161 @@
+
+
+
+
+
+
Uses of Class io.dapr.client.domain.InvokeBindingRequestBuilder (dapr-sdk-parent 0.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/class-use/InvokeServiceRequest.html b/docs/io/dapr/client/domain/class-use/InvokeServiceRequest.html
new file mode 100644
index 0000000000..a916989a69
--- /dev/null
+++ b/docs/io/dapr/client/domain/class-use/InvokeServiceRequest.html
@@ -0,0 +1,202 @@
+
+
+
+
+
+
Uses of Class io.dapr.client.domain.InvokeServiceRequest (dapr-sdk-parent 0.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/class-use/InvokeServiceRequestBuilder.html b/docs/io/dapr/client/domain/class-use/InvokeServiceRequestBuilder.html
new file mode 100644
index 0000000000..c39c1c04d6
--- /dev/null
+++ b/docs/io/dapr/client/domain/class-use/InvokeServiceRequestBuilder.html
@@ -0,0 +1,171 @@
+
+
+
+
+
+
Uses of Class io.dapr.client.domain.InvokeServiceRequestBuilder (dapr-sdk-parent 0.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/class-use/PublishEventRequest.html b/docs/io/dapr/client/domain/class-use/PublishEventRequest.html
new file mode 100644
index 0000000000..564b022aca
--- /dev/null
+++ b/docs/io/dapr/client/domain/class-use/PublishEventRequest.html
@@ -0,0 +1,199 @@
+
+
+
+
+
+
Uses of Class io.dapr.client.domain.PublishEventRequest (dapr-sdk-parent 0.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/class-use/PublishEventRequestBuilder.html b/docs/io/dapr/client/domain/class-use/PublishEventRequestBuilder.html
new file mode 100644
index 0000000000..fd48f68a36
--- /dev/null
+++ b/docs/io/dapr/client/domain/class-use/PublishEventRequestBuilder.html
@@ -0,0 +1,156 @@
+
+
+
+
+
+
Uses of Class io.dapr.client.domain.PublishEventRequestBuilder (dapr-sdk-parent 0.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/class-use/Response.html b/docs/io/dapr/client/domain/class-use/Response.html
new file mode 100644
index 0000000000..c3e235245d
--- /dev/null
+++ b/docs/io/dapr/client/domain/class-use/Response.html
@@ -0,0 +1,347 @@
+
+
+
+
+
+
Uses of Class io.dapr.client.domain.Response (dapr-sdk-parent 0.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+-
+
+
+
+
+
+
+Methods in io.dapr.client that return types with arguments of type Response
+
+
+Modifier and Type |
+Method |
+Description |
+
+
+
+
+reactor.core.publisher.Mono<Response<java.lang.Void>> |
+DaprClient.deleteState(DeleteStateRequest request) |
+
+ Delete a state.
+ |
+
+
+reactor.core.publisher.Mono<Response<java.lang.Void>> |
+DaprClientGrpc.deleteState(DeleteStateRequest request) |
+
+ Delete a state.
+ |
+
+
+reactor.core.publisher.Mono<Response<java.lang.Void>> |
+DaprClientHttp.deleteState(DeleteStateRequest request) |
+
+ Delete a state.
+ |
+
+
+reactor.core.publisher.Mono<Response<java.lang.Void>> |
+DaprClient.executeTransaction(ExecuteStateTransactionRequest request) |
+
+ Execute a transaction.
+ |
+
+
+reactor.core.publisher.Mono<Response<java.lang.Void>> |
+DaprClientGrpc.executeTransaction(ExecuteStateTransactionRequest request) |
+
+ Execute a transaction.
+ |
+
+
+reactor.core.publisher.Mono<Response<java.lang.Void>> |
+DaprClientHttp.executeTransaction(ExecuteStateTransactionRequest request) |
+
+ Execute a transaction.
+ |
+
+
+reactor.core.publisher.Mono<Response<java.util.Map<java.lang.String,java.lang.String>>> |
+DaprClient.getSecret(GetSecretRequest request) |
+
+ Fetches a secret from the configured vault.
+ |
+
+
+reactor.core.publisher.Mono<Response<java.util.Map<java.lang.String,java.lang.String>>> |
+DaprClientGrpc.getSecret(GetSecretRequest request) |
+
+ Fetches a secret from the configured vault.
+ |
+
+
+reactor.core.publisher.Mono<Response<java.util.Map<java.lang.String,java.lang.String>>> |
+DaprClientHttp.getSecret(GetSecretRequest request) |
+
+ Fetches a secret from the configured vault.
+ |
+
+
+<T> reactor.core.publisher.Mono<Response<State<T>>> |
+DaprClient.getState(GetStateRequest request,
+TypeRef<T> type) |
+
+ Retrieve a State based on their key.
+ |
+
+
+<T> reactor.core.publisher.Mono<Response<State<T>>> |
+DaprClientGrpc.getState(GetStateRequest request,
+TypeRef<T> type) |
+
+ Retrieve a State based on their key.
+ |
+
+
+<T> reactor.core.publisher.Mono<Response<State<T>>> |
+DaprClientHttp.getState(GetStateRequest request,
+TypeRef<T> type) |
+
+ Retrieve a State based on their key.
+ |
+
+
+<T> reactor.core.publisher.Mono<Response<java.util.List<State<T>>>> |
+DaprClient.getStates(GetStatesRequest request,
+TypeRef<T> type) |
+
+ Retrieve bulk States based on their keys.
+ |
+
+
+<T> reactor.core.publisher.Mono<Response<java.util.List<State<T>>>> |
+DaprClientGrpc.getStates(GetStatesRequest request,
+TypeRef<T> type) |
+
+ Retrieve bulk States based on their keys.
+ |
+
+
+<T> reactor.core.publisher.Mono<Response<java.util.List<State<T>>>> |
+DaprClientHttp.getStates(GetStatesRequest request,
+TypeRef<T> type) |
+
+ Retrieve bulk States based on their keys.
+ |
+
+
+<T> reactor.core.publisher.Mono<Response<T>> |
+DaprClient.invokeBinding(InvokeBindingRequest request,
+TypeRef<T> type) |
+
+ Invokes a Binding operation.
+ |
+
+
+<T> reactor.core.publisher.Mono<Response<T>> |
+DaprClientGrpc.invokeBinding(InvokeBindingRequest request,
+TypeRef<T> type) |
+
+ Invokes a Binding operation.
+ |
+
+
+<T> reactor.core.publisher.Mono<Response<T>> |
+DaprClientHttp.invokeBinding(InvokeBindingRequest request,
+TypeRef<T> type) |
+
+ Invokes a Binding operation.
+ |
+
+
+<T> reactor.core.publisher.Mono<Response<T>> |
+DaprClient.invokeService(InvokeServiceRequest invokeServiceRequest,
+TypeRef<T> type) |
+
+ Invoke a service method.
+ |
+
+
+<T> reactor.core.publisher.Mono<Response<T>> |
+DaprClientGrpc.invokeService(InvokeServiceRequest invokeServiceRequest,
+TypeRef<T> type) |
+
+ Invoke a service method.
+ |
+
+
+<T> reactor.core.publisher.Mono<Response<T>> |
+DaprClientHttp.invokeService(InvokeServiceRequest invokeServiceRequest,
+TypeRef<T> type) |
+
+ Invoke a service method.
+ |
+
+
+reactor.core.publisher.Mono<Response<java.lang.Void>> |
+DaprClient.publishEvent(PublishEventRequest request) |
+
+ Publish an event.
+ |
+
+
+reactor.core.publisher.Mono<Response<java.lang.Void>> |
+DaprClientGrpc.publishEvent(PublishEventRequest request) |
+
+ Publish an event.
+ |
+
+
+reactor.core.publisher.Mono<Response<java.lang.Void>> |
+DaprClientHttp.publishEvent(PublishEventRequest request) |
+
+ Publish an event.
+ |
+
+
+reactor.core.publisher.Mono<Response<java.lang.Void>> |
+DaprClient.saveStates(SaveStateRequest request) |
+
+ Save/Update a list of states.
+ |
+
+
+reactor.core.publisher.Mono<Response<java.lang.Void>> |
+DaprClientGrpc.saveStates(SaveStateRequest request) |
+
+ Save/Update a list of states.
+ |
+
+
+reactor.core.publisher.Mono<Response<java.lang.Void>> |
+DaprClientHttp.saveStates(SaveStateRequest request) |
+
+ Save/Update a list of states.
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/class-use/SaveStateRequest.html b/docs/io/dapr/client/domain/class-use/SaveStateRequest.html
new file mode 100644
index 0000000000..d96ed9dafe
--- /dev/null
+++ b/docs/io/dapr/client/domain/class-use/SaveStateRequest.html
@@ -0,0 +1,199 @@
+
+
+
+
+
+
Uses of Class io.dapr.client.domain.SaveStateRequest (dapr-sdk-parent 0.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/class-use/SaveStateRequestBuilder.html b/docs/io/dapr/client/domain/class-use/SaveStateRequestBuilder.html
new file mode 100644
index 0000000000..df3abca3ea
--- /dev/null
+++ b/docs/io/dapr/client/domain/class-use/SaveStateRequestBuilder.html
@@ -0,0 +1,161 @@
+
+
+
+
+
+
Uses of Class io.dapr.client.domain.SaveStateRequestBuilder (dapr-sdk-parent 0.9.0 API)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/io/dapr/client/domain/class-use/State.html b/docs/io/dapr/client/domain/class-use/State.html
index 0e765c6694..034714d9c8 100644
--- a/docs/io/dapr/client/domain/class-use/State.html
+++ b/docs/io/dapr/client/domain/class-use/State.html
@@ -2,10 +2,10 @@
-
-
Uses of Class io.dapr.client.domain.State (dapr-sdk-parent 0.8.0 API)
+
+
Uses of Class io.dapr.client.domain.State (dapr-sdk-parent 0.9.0 API)
-
+
@@ -84,6 +84,10 @@