Package io.dapr.client.domain
Class GetStateRequest
java.lang.Object
io.dapr.client.domain.GetStateRequest
A request to get a state by key.
-
Constructor Summary
ConstructorDescriptionGetStateRequest
(String storeName, String key) Constructor for GetStateRequest. -
Method Summary
Modifier and TypeMethodDescriptiongetKey()
setMetadata
(Map<String, String> metadata) setStateOptions
(StateOptions stateOptions)
-
Constructor Details
-
GetStateRequest
Constructor for GetStateRequest.- Parameters:
storeName
- Name of the state storekey
- Key of the state object
-
-
Method Details
-
getStoreName
-
getKey
-
getStateOptions
-
setStateOptions
-
getMetadata
-
setMetadata
-