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