Package io.dapr.client.domain
Class GetStateRequest
java.lang.Object
io.dapr.client.domain.GetStateRequest
public class GetStateRequest extends Object
A request to get a state by key.
-
Constructor Summary
Constructors Constructor Description GetStateRequest()
-
Method Summary
Modifier and Type Method Description String
getKey()
Map<String,String>
getMetadata()
StateOptions
getStateOptions()
String
getStoreName()
-
Constructor Details
-
GetStateRequest
public GetStateRequest()
-
-
Method Details