Store

org.apache.pekko.cluster.ddata.DurableStore.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.

Attributes

Source
DurableStore.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product