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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product