Delegate PersistentFSMBase<TState, TData, TEvent>.TransitionHandler
TBD
Namespace: Akka.Persistence.Fsm
Assembly: Akka.Persistence.dll
Syntax
public delegate void PersistentFSMBase<TState, TData, TEvent>.TransitionHandler(TState initialState, TState nextState)
Parameters
| Type | Name | Description |
|---|---|---|
| TState | initialState | TBD |
| TState | nextState | TBD |
Edit this page