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