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

NameSignatureSynopsis
IsPublishthis.IsPublishNo description available.
IsSuppressthis.IsSuppressNo description available.
PublishPublishNo description available.
SuppressSuppressNo description available.

IsPublish

this.IsPublish
Member

Returns

bool

IsSuppress

this.IsSuppress
Member

Returns

bool

Publish

Publish
Member

Returns

unit

Suppress

Suppress
Member

Returns

unit