Class GetStateRequest

java.lang.Object
io.dapr.client.domain.GetStateRequest

public class GetStateRequest extends Object
A request to get a state by key.
  • Constructor Details

    • GetStateRequest

      public GetStateRequest(String storeName, String key)
      Constructor for GetStateRequest.
      Parameters:
      storeName - Name of the state store
      key - Key of the state object
  • Method Details