CurrentState

final case class CurrentState[S](fsmRef: ActorRef, state: S, timeout: Option[FiniteDuration])

Message type which is sent directly to the subscribed actor in akka.actor.FSM.SubscribeTransitionCallBack before sending any akka.actor.FSM.Transition messages.

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

Value members

Inherited methods

Inherited from:
Product