Packages

abstract class ReplicatedBehaviors[Command, Event, State] extends AnyRef

Dynamically provides factory methods for creating replicated event sourced behaviors.

Must be used to create an event sourced behavior to be replicated with Replication.grpcReplication.

Can optionally be composed with other Behavior factories, to get access to actor context or timers.

Annotations
@ApiMayChange()
Source
ReplicatedBehaviors.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReplicatedBehaviors
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ReplicatedBehaviors()

Abstract Value Members

  1. abstract def setup(factory: Function[ReplicationContext, EventSourcedBehavior[Command, Event, State]]): Behavior[Command]