EventAction<'T> Type
Defines the possible actions an aggregate or saga actor can take after processing a command or event.
Union cases
Union case | Description |
Full Usage:
DeferEvent 'T
Parameters:
'T
|
|
Full Usage:
IgnoreEvent
|
|
Full Usage:
PersistEvent 'T
Parameters:
'T
|
|
|
|
|
|
Full Usage:
StateChangedEvent 'T
Parameters:
'T
|
|
Full Usage:
UnhandledEvent
|
|
|
|
|
|
Instance members
Instance member | Description |
Full Usage:
this.IsDeferEvent
Returns: bool
|
|
Full Usage:
this.IsIgnoreEvent
Returns: bool
|
|
Full Usage:
this.IsPersistEvent
Returns: bool
|
|
Full Usage:
this.IsPublishEvent
Returns: bool
|
|
Full Usage:
this.IsStash
Returns: bool
|
|
Full Usage:
this.IsStateChangedEvent
Returns: bool
|
|
Full Usage:
this.IsUnhandledEvent
Returns: bool
|
|
Full Usage:
this.IsUnstash
Returns: bool
|
|
Full Usage:
this.IsUnstashAll
Returns: bool
|
|