Package org.apache.pekko.persistence.fsm
Class PersistentFSM.CurrentState$
java.lang.Object
org.apache.pekko.persistence.fsm.PersistentFSM.CurrentState$
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- PersistentFSM<S extends PersistentFSM.FSMState,
D, E>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PersistentFSM.CurrentState$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<S> PersistentFSM.CurrentState<S>final StringtoString()<S> scala.Option<scala.Tuple3<ActorRef,S, scala.Option<scala.concurrent.duration.FiniteDuration>>> unapply(PersistentFSM.CurrentState<S> x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
CurrentState$
public CurrentState$()
-
-
Method Details
-
toString
-
apply
public <S> PersistentFSM.CurrentState<S> apply(ActorRef fsmRef, S state, scala.Option<scala.concurrent.duration.FiniteDuration> timeout) -
unapply
public <S> scala.Option<scala.Tuple3<ActorRef,S, unapplyscala.Option<scala.concurrent.duration.FiniteDuration>>> (PersistentFSM.CurrentState<S> x$0)
-