Class DurableStore.Store

java.lang.Object
org.apache.pekko.cluster.ddata.DurableStore.Store
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product
Enclosing class:
DurableStore

public static final class DurableStore.Store extends Object implements scala.Product, Serializable
Request to store an entry. It optionally contains a StoreReply, which should be used to signal success or failure of the operation to the contained replyTo actor.
See Also: