Package org.apache.pekko.persistence.fsm
Class PersistentFSM.Timer$
java.lang.Object
org.apache.pekko.persistence.fsm.PersistentFSM.Timer$
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- PersistentFSM<S extends PersistentFSM.FSMState,
D, E>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PersistentFSM.Timer$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(String name, Object msg, PersistentFSM.TimerMode mode, int generation, Object owner, ActorContext context) final StringtoString()scala.Option<scala.Tuple5<String,Object, PersistentFSM.TimerMode, Object, Object>>
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Timer$
public Timer$()
-
-
Method Details
-
toString
-
apply
public PersistentFSM.Timer apply(String name, Object msg, PersistentFSM.TimerMode mode, int generation, Object owner, ActorContext context) -
unapply
public scala.Option<scala.Tuple5<String,Object, unapplyPersistentFSM.TimerMode, Object, Object>> (PersistentFSM.Timer x$0)
-