Package akka.persistence.fsm
Class AbstractPersistentFSMBase$
- java.lang.Object
-
- akka.persistence.fsm.AbstractPersistentFSMBase$
-
public class AbstractPersistentFSMBase$ extends java.lang.Object
A partial function value which does not match anything and can be used to “reset”whenUnhandled
andonTermination
handlers.onTermination(FSM.NullFunction())
-
-
Field Summary
Fields Modifier and Type Field Description static AbstractPersistentFSMBase$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description AbstractPersistentFSMBase$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <S,D>
scala.PartialFunction<S,D>NullFunction()
-
-
-
Field Detail
-
MODULE$
public static final AbstractPersistentFSMBase$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-