object PersistentFSM
Note: Deprecated and removed except for the event and snapshot types which are needed for migrating existing
PersistentFSM actors to EventSourcedBehavior using the
and akka.persistence.typed.scaladsl.PersistentFSMMigration
akka.persistence.typed.javadsl.PersistentFSMMigration
- Source
- PersistentFSM.scala
Linear Supertypes
Content Hierarchy
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: Option[FiniteDuration]) extends PersistentFsmEvent 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