Event
org.apache.pekko.persistence.fsm.PersistentFSM$.Event
final case class Event[D](event: Any, stateData: D) extends NoSerializationVerificationNeeded
All messages sent to the pekko.actor.FSM will be wrapped inside an Event, which allows pattern matching to extract both state and data.
Attributes
- Source
- PersistentFSM.scala
- Graph
-
- Supertypes
Members list
In this article