SagaTransition<'State> Type
Represents the next state transition for a saga after processing an event or timeout.
Union cases
| Union case | Description |
Full Usage:
NextState 'State
Parameters:
'State
|
|
Full Usage:
Stay
|
|
Full Usage:
StopSaga
|
Instance members
| Instance member | Description |
Full Usage:
this.IsNextState
Returns: bool
|
|
Full Usage:
this.IsStay
Returns: bool
|
|
Full Usage:
this.IsStopSaga
Returns: bool
|
|
FCQRS