StateChangeEvent

org.apache.pekko.persistence.fsm.PersistentFSM.StateChangeEvent
case class StateChangeEvent(stateIdentifier: String, timeout: Option[FiniteDuration])

Persisted on state change Not deprecated as used for users migrating from PersistentFSM to EventSourcedBehavior

Value parameters

stateIdentifier

FSM state identifier

timeout

FSM state timeout

Attributes

Source
PersistentFSM.scala
Graph
Supertypes
trait Product
trait Equals
trait Message
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product