Package org.apache.pekko.persistence.fsm
Class PersistentFSM.StopEvent$
java.lang.Object
org.apache.pekko.persistence.fsm.PersistentFSM.StopEvent$
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- PersistentFSM<S extends PersistentFSM.FSMState,
D, E>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PersistentFSM.StopEvent$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<S,
D> PersistentFSM.StopEvent<S, D> apply
(PersistentFSM.Reason reason, S currentState, D stateData) final String
toString()
<S,
D> scala.Option<scala.Tuple3<PersistentFSM.Reason, S, D>> unapply
(PersistentFSM.StopEvent<S, D> x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
StopEvent$
public StopEvent$()
-
-
Method Details
-
toString
-
apply
public <S,D> PersistentFSM.StopEvent<S,D> apply(PersistentFSM.Reason reason, S currentState, D stateData) -
unapply
public <S,D> scala.Option<scala.Tuple3<PersistentFSM.Reason,S, unapplyD>> (PersistentFSM.StopEvent<S, D> x$0)
-