Class SaveStateRequest

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

public class SaveStateRequest
extends java.lang.Object
A request to save states to state store.
  • Constructor Summary

    Constructors 
    Constructor Description
    SaveStateRequest()  
  • Method Summary

    Modifier and Type Method Description
    io.grpc.Context getContext()  
    java.util.List<State<?>> getStates()  
    java.lang.String getStateStoreName()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait