Common Module
Contains common types like Events and Commands
Types and nested modules
| Type/Module | Description |
Functions and values
| Function or value | Description |
Full Usage:
DEFAULT_SHARD
Returns: string
|
|
Full Usage:
commandHandler actorApi eventFilter cid actorId command
Parameters:
IActor
eventFilter : 'TEvent -> bool
cid : CID
actorId : AggregateId
command : 'TCommand
Returns: Async<'TEvent>
Modifiers: inline Type parameters: ^T, 'TEvent, 'TCommand, 'TState |
|
Full Usage:
commandHandlerWithEnv env actorApi eventFilter cid actorId command
Parameters:
'TEnv
actorApi : IActor
eventFilter : 'TEvent -> bool
cid : CID
actorId : AggregateId
command : 'TCommand
Returns: Async<'TEvent>
Modifiers: inline Type parameters: ^T, 'TEnv, 'TEvent, 'TCommand, 'TState |
|
|
|
|
|
|
|
FCQRS