SubscribeTransitionCallBack

org.apache.pekko.persistence.fsm.PersistentFSM$.SubscribeTransitionCallBack
final case class SubscribeTransitionCallBack(actorRef: ActorRef)

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

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