Event

final case class Event[D](event: Any, stateData: D) extends NoSerializationVerificationNeeded

All messages sent to the akka.actor.FSM will be wrapped inside an Event, which allows pattern matching to extract both state and data.

Source:
PersistentFSM.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product