Class AbstractPersistentFSMBase$

java.lang.Object
org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase$

public class AbstractPersistentFSMBase$ extends Object
Deprecated.
Use EventSourcedBehavior. Since Akka 2.6.0.
Java API: compatible with lambda expressions
  • Field Details

    • MODULE$

      public static final AbstractPersistentFSMBase$ MODULE$
      Deprecated.
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • AbstractPersistentFSMBase$

      public AbstractPersistentFSMBase$()
      Deprecated.
  • Method Details

    • NullFunction

      public <S, D> scala.PartialFunction<S,D> NullFunction()
      Deprecated.
      A partial function value which does not match anything and can be used to &ldquo;reset&rdquo; whenUnhandled and onTermination handlers.

      
       onTermination(FSM.NullFunction())