object PersistentFSM
Ordering
- Alphabetic
- By Inheritance
Inherited
- PersistentFSM
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait PersistentFsmEvent extends Message
- case class StateChangeEvent(stateIdentifier: String, timeout: [FiniteDuration]) extends with Product with Serializable
Persisted on state change Not deprecated as used for users migrating from PersistentFSM to EventSourcedBehavior
Persisted on state change Not deprecated as used for users migrating from PersistentFSM to EventSourcedBehavior
- stateIdentifier
FSM state identifier
- timeout
FSM state timeout
Note: Deprecated and removed except for the event and snapshot types which are needed for migrating existing PersistentFSM actors to EventSourcedBehavior using the
andakka.persistence.typed.scaladsl.PersistentFSMMigration
akka.persistence.typed.javadsl.PersistentFSMMigration