AbstractPersistentFSMBase

org.apache.pekko.persistence.fsm.AbstractPersistentFSMBase
See theAbstractPersistentFSMBase companion class

Java API: compatible with lambda expressions

Attributes

Companion
class
Deprecated
true
Source
PersistentFSMBase.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def NullFunction[S, D]: PartialFunction[S, D]

A partial function value which does not match anything and can be used to “reset” whenUnhandled and onTermination handlers.

A partial function value which does not match anything and can be used to “reset” whenUnhandled and onTermination handlers.

onTermination(FSM.NullFunction())

Attributes

Source
PersistentFSMBase.scala