Store

final case class Store(key: KeyId, data: DurableDataEnvelope, reply: Option[StoreReply])

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.

Source:
DurableStore.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product