object ReplicatedEntity

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReplicatedEntity
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply[M](replicaId: ReplicaId, entity: Entity[M, ShardingEnvelope[M]]): ReplicatedEntity[M]

    Scala API: Defines the to use for a given replica, note that the behavior can be a behavior created with or an arbitrary non persistent but must never be a regular akka.persistence.typed.scaladsl.EventSourcedBehavior as that requires a single writer and that would cause it to have multiple writers.

  2. def create[M](replicaId: ReplicaId, entity: Entity[M, ShardingEnvelope[M]]): ReplicatedEntity[M]

    Java API: Defines the to use for a given replica, note that the behavior can be a or an arbitrary non persistent but must never be a regular akka.persistence.typed.javadsl.EventSourcedBehavior as that requires a single writer and that would cause it to have multiple writers.