Click or drag to resize
Akka.NETAkka.Persistence.Fsm Namespace
The Akka.Persistence.Fsm namespace contains classes used to interact with actor persistence using a state machine.
Classes
  ClassDescription
Public classPersistentFSMTState, TData, TEvent
Finite state machine (FSM) persistent actor.
Public classPersistentFSMBaseTState, TData, TEvent
TBD
Public classPersistentFSMBaseTState, TData, TEventState
This captures all of the managed state of the PersistentFSMTState, TData, TEvent: the state name, the state data, possibly custom timeout, stop reason, and replies accumulated while processing the last message.
Public classPersistentFSMBaseTState, TData, TEventStateTS, TD, TE Obsolete.
This captures all of the managed state of the PersistentFSMTState, TData, TEvent: the state name, the state data, possibly custom timeout, stop reason, and replies accumulated while processing the last message.
Public classPersistentFSMBaseTState, TData, TEventStateChangeEvent
TBD
Public classPersistentFSMBaseTState, TData, TEventStateTimeout
Used in the event of a timeout between transitions
Public classPersistentFSMBaseTState, TData, TEventTimer
TBD
Public classPersistentFSMBaseTState, TData, TEventTransformHelper
TBD
Delegates