NotifyUnion
PackageFCQRS
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.
Specification
Kind
Union
Members
4
Examples
0
IsPublishSignature
this.IsPublish
IsSuppressSignature
this.IsSuppress
PublishSignature
Publish
SuppressSignature
Suppress
Summary
| Name | Signature | Synopsis |
|---|---|---|
| IsPublish | this.IsPublish | No description available. |
| IsSuppress | this.IsSuppress | No description available. |
| Publish | Publish | No description available. |
| Suppress | Suppress | No description available. |