Uses of Class
io.dapr.client.domain.GetStateRequest
Packages that use GetStateRequest
-
Uses of GetStateRequest in io.dapr.client
Methods in io.dapr.client with parameters of type GetStateRequestModifier and TypeMethodDescription<T> reactor.core.publisher.Mono<State<T>>
DaprClient.getState(GetStateRequest request, TypeRef<T> type)
Retrieve a State based on their key.<T> reactor.core.publisher.Mono<State<T>>
DaprClientGrpc.getState(GetStateRequest request, TypeRef<T> type)
Retrieve a State based on their key.<T> reactor.core.publisher.Mono<State<T>>
DaprClientHttp.getState(GetStateRequest request, TypeRef<T> type)
Retrieve a State based on their key. -
Uses of GetStateRequest in io.dapr.client.domain
Methods in io.dapr.client.domain that return GetStateRequestModifier and TypeMethodDescriptionGetStateRequest.setMetadata(Map<String,String> metadata)
GetStateRequest.setStateOptions(StateOptions stateOptions)