akka.actor.FSM
All messages sent to the akka.actor.FSM will be wrapped inside an Event, which allows pattern matching to extract both state and data.
Event
(Since version ) see corresponding Javadoc for more information.
All messages sent to the akka.actor.FSM will be wrapped inside an
Event
, which allows pattern matching to extract both state and data.