Notify Type
Decision returned by a filtered projection handler: whether the event it just handled should be published to subscribers as-is. `Publish` notifies (so a read-your-writes awaiter wakes on it); `Suppress` updates the read model silently — e.g. an intermediate event that a later one supersedes. The middle ground between an always-publish handler and one returning an arbitrary notification list.
Instance members
| Instance member | Description |
Full Usage:
this.IsPublish
Returns: bool
|
|
Full Usage:
this.IsSuppress
Returns: bool
|
|
FCQRS