Header menu logo FCQRS

SagaEventActions Type

C#-friendly factory methods for saga EventAction

Static members

Static member Description

SagaEventActions.Ignore()

Full Usage: SagaEventActions.Ignore()

Returns: EventAction<'TState>

Ignore the event

Returns: EventAction<'TState>

SagaEventActions.StateChanged(newState)

Full Usage: SagaEventActions.StateChanged(newState)

Parameters:
    newState : 'TState

Returns: EventAction<'TState>

Create a state change event

newState : 'TState
Returns: EventAction<'TState>

SagaEventActions.Unhandled()

Full Usage: SagaEventActions.Unhandled()

Returns: EventAction<'TState>

Event was not handled

Returns: EventAction<'TState>

Type something to start searching.