AggregateRefs<'TCommand, 'TEvent>Record
PackageFCQRS
The two C#-facing pieces of a wired aggregate: a Factory for entity refs
(used by sagas to target the aggregate) and a Handler to send a command and
await its event (used by the delivery layer). Returned by InitAggregate.
Fields
| Name | Type | Description |
|---|
| Factory | Factory | No description available. |
| Handler | Handler | No description available. |