CurrentState

org.apache.pekko.persistence.fsm.PersistentFSM.CurrentState
final case class CurrentState[S](fsmRef: ActorRef, state: S, timeout: Option[FiniteDuration])

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

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