Skip to content

Projection Requested Event

Duncan Jones edited this page Aug 1, 2021 · 3 revisions

Projection Requested

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.

Properties

  • ProjectionDomainName - The domain name of the event stream over which the projection is to be run
Clone this wiki locally