<T> T |
ObjectSerializer.deserialize(byte[] content,
TypeRef<T> type) |
Deserializes the byte array into the original object.
|
<T> reactor.core.publisher.Mono<State<T>> |
DaprClient.getState(java.lang.String stateStoreName,
State<T> state,
TypeRef<T> type) |
Retrieve a State based on their key.
|
<T> reactor.core.publisher.Mono<State<T>> |
DaprClient.getState(java.lang.String stateStoreName,
java.lang.String key,
TypeRef<T> type) |
Retrieve a State based on their key.
|
<T> reactor.core.publisher.Mono<State<T>> |
DaprClient.getState(java.lang.String stateStoreName,
java.lang.String key,
java.lang.String etag,
StateOptions options,
TypeRef<T> type) |
Retrieve a State based on their key.
|
<T> reactor.core.publisher.Mono<State<T>> |
DaprClientGrpc.getState(java.lang.String stateStoreName,
State<T> state,
TypeRef<T> type) |
Retrieve a State based on their key.
|
<T> reactor.core.publisher.Mono<State<T>> |
DaprClientGrpc.getState(java.lang.String stateStoreName,
java.lang.String key,
TypeRef<T> type) |
Retrieve a State based on their key.
|
<T> reactor.core.publisher.Mono<State<T>> |
DaprClientGrpc.getState(java.lang.String stateStoreName,
java.lang.String key,
java.lang.String etag,
StateOptions options,
TypeRef<T> type) |
Retrieve a State based on their key.
|
<T> reactor.core.publisher.Mono<State<T>> |
DaprClientHttp.getState(java.lang.String stateStoreName,
State<T> state,
TypeRef<T> type) |
Retrieve a State based on their key.
|
<T> reactor.core.publisher.Mono<State<T>> |
DaprClientHttp.getState(java.lang.String stateStoreName,
java.lang.String key,
TypeRef<T> type) |
Retrieve a State based on their key.
|
<T> reactor.core.publisher.Mono<State<T>> |
DaprClientHttp.getState(java.lang.String stateStoreName,
java.lang.String key,
java.lang.String etag,
StateOptions options,
TypeRef<T> type) |
Retrieve a State based on their key.
|
<T> reactor.core.publisher.Mono<T> |
DaprClient.invokeBinding(java.lang.String name,
java.lang.String operation,
java.lang.Object data,
TypeRef<T> type) |
Invokes a Binding operation.
|
<T> reactor.core.publisher.Mono<T> |
DaprClient.invokeBinding(java.lang.String name,
java.lang.String operation,
java.lang.Object data,
java.util.Map<java.lang.String,java.lang.String> metadata,
TypeRef<T> type) |
Invokes a Binding operation.
|
<T> reactor.core.publisher.Mono<T> |
DaprClientGrpc.invokeBinding(java.lang.String name,
java.lang.String operation,
java.lang.Object data,
TypeRef<T> type) |
Invokes a Binding operation.
|
<T> reactor.core.publisher.Mono<T> |
DaprClientGrpc.invokeBinding(java.lang.String name,
java.lang.String operation,
java.lang.Object data,
java.util.Map<java.lang.String,java.lang.String> metadata,
TypeRef<T> type) |
Invokes a Binding operation.
|
<T> reactor.core.publisher.Mono<T> |
DaprClientHttp.invokeBinding(java.lang.String name,
java.lang.String operation,
java.lang.Object data,
TypeRef<T> type) |
Invokes a Binding operation.
|
<T> reactor.core.publisher.Mono<T> |
DaprClientHttp.invokeBinding(java.lang.String name,
java.lang.String operation,
java.lang.Object data,
java.util.Map<java.lang.String,java.lang.String> metadata,
TypeRef<T> type) |
Invokes a Binding operation.
|
<T> reactor.core.publisher.Mono<T> |
DaprClient.invokeService(Verb verb,
java.lang.String appId,
java.lang.String method,
java.lang.Object request,
TypeRef<T> type) |
Invoke a service without metadata, using serialization.
|
<T> reactor.core.publisher.Mono<T> |
DaprClient.invokeService(Verb verb,
java.lang.String appId,
java.lang.String method,
java.lang.Object request,
java.util.Map<java.lang.String,java.lang.String> metadata,
TypeRef<T> type) |
Invoke a service with all possible parameters, using serialization.
|
<T> reactor.core.publisher.Mono<T> |
DaprClient.invokeService(Verb verb,
java.lang.String appId,
java.lang.String method,
java.util.Map<java.lang.String,java.lang.String> metadata,
TypeRef<T> type) |
Invoke a service without input, using serialization for response.
|
<T> reactor.core.publisher.Mono<T> |
DaprClientGrpc.invokeService(Verb verb,
java.lang.String appId,
java.lang.String method,
java.lang.Object request,
TypeRef<T> type) |
Invoke a service without metadata, using serialization.
|
<T> reactor.core.publisher.Mono<T> |
DaprClientGrpc.invokeService(Verb verb,
java.lang.String appId,
java.lang.String method,
java.lang.Object request,
java.util.Map<java.lang.String,java.lang.String> metadata,
TypeRef<T> type) |
Invoke a service with all possible parameters, using serialization.
|
<T> reactor.core.publisher.Mono<T> |
DaprClientGrpc.invokeService(Verb verb,
java.lang.String appId,
java.lang.String method,
java.util.Map<java.lang.String,java.lang.String> metadata,
TypeRef<T> type) |
Invoke a service without input, using serialization for response.
|
<T> reactor.core.publisher.Mono<T> |
DaprClientHttp.invokeService(Verb verb,
java.lang.String appId,
java.lang.String method,
java.lang.Object request,
TypeRef<T> type) |
Invoke a service without metadata, using serialization.
|
<T> reactor.core.publisher.Mono<T> |
DaprClientHttp.invokeService(Verb verb,
java.lang.String appId,
java.lang.String method,
java.lang.Object request,
java.util.Map<java.lang.String,java.lang.String> metadata,
TypeRef<T> type) |
Invoke a service with all possible parameters, using serialization.
|
<T> reactor.core.publisher.Mono<T> |
DaprClientHttp.invokeService(Verb verb,
java.lang.String appId,
java.lang.String method,
java.util.Map<java.lang.String,java.lang.String> metadata,
TypeRef<T> type) |
Invoke a service without input, using serialization for response.
|