Packages

package typed

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package testkit

Type Members

  1. trait ClusterReplication extends Extension

    This extension provides fast recovery by creating replicas of entities in multiple locations and always synchronizing their status.

  2. trait ClusterReplicationSettings extends entityreplication.ClusterReplicationSettings
  3. trait Effect[+Event, State] extends AnyRef
  4. trait EffectBuilder[+Event, State] extends AnyRef
  5. trait ReplicatedEntity[M, E] extends AnyRef

    Defines how the entity should be created.

    Defines how the entity should be created. Used in ClusterReplication.init().

  6. trait ReplicatedEntityBehavior[Command, Event, State] extends DeferredBehavior[Command]
  7. class ReplicatedEntityContext[M] extends AnyRef
  8. trait ReplicatedEntityRef[-M] extends RecipientRef[M]
  9. trait ReplicatedEntityTypeKey[-M] extends AnyRef

    The key of an entity type, the name must be unique.

  10. final case class ReplicationEnvelope[M](entityId: String, message: M) extends WrappedMessage with ClusterReplicationSerializable with Product with Serializable

    Envelope type that is used by with Cluster Replication

Ungrouped