StopEvent
org.apache.pekko.persistence.fsm.PersistentFSM$.StopEvent
final case class StopEvent[S, D](reason: Reason, currentState: S, stateData: D) extends NoSerializationVerificationNeeded
Case class representing the state of the pekko.actor.FSM whithin the onTermination block.
Attributes
- Source
- PersistentFSM.scala
- Graph
-
- Supertypes
Members list
In this article