SubscribeTransitionCallBack

final case class SubscribeTransitionCallBack(actorRef: ActorRef)

Send this to an akka.actor.FSM to request first the PersistentFSM.CurrentState and then a series of PersistentFSM.Transition updates. Cancel the subscription using PersistentFSM.UnsubscribeTransitionCallBack.

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

Value members

Inherited methods

Inherited from:
Product