Akka.Persistence.Fsm Namespace |
Class | Description | |
---|---|---|
PersistentFSMTState, TData, TEvent |
Finite state machine (FSM) persistent actor.
| |
PersistentFSMBaseTState, TData, TEvent |
TBD
| |
PersistentFSMBaseTState, 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.
| |
PersistentFSMBaseTState, 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.
| |
PersistentFSMBaseTState, TData, TEventStateChangeEvent |
TBD
| |
PersistentFSMBaseTState, TData, TEventStateTimeout |
Used in the event of a timeout between transitions
| |
PersistentFSMBaseTState, TData, TEventTimer |
TBD
| |
PersistentFSMBaseTState, TData, TEventTransformHelper |
TBD
|
Delegate | Description | |
---|---|---|
PersistentFSMBaseTState, TData, TEventStateFunction |
TBD
| |
PersistentFSMBaseTState, TData, TEventTransitionHandler |
TBD
|