-
Notifications
You must be signed in to change notification settings - Fork 20
Projection Requested Event
Duncan Jones edited this page Aug 1, 2021
·
3 revisions
This event is added to the event stream of a command or query when it needs to have a projection run for an entity in order to complete its processing. For example a command to transfer money between bank accounts might request that an account balance projection to be run on the source account so as to verify that it has sufficient funds to perform the transfer.
- ProjectionDomainName - The domain name of the event stream over which the projection is to be run
- ProjectionEntityTypeName - The entity type for which the projection will be run
- ProjectionInstanceKey - The unique instance of the event stream over which the projection should run
- ProjectionTypeName - The name of the projection to run over that event stream
- AsOfDate - The date that the projection should be run up to (this can be null to run the projection to the current date)
- CorrelationIdentifier - An unique identifier set by the caller to trace this projection operation