Header menu logo FCQRS

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.

Union cases

Union case Description

Publish

Full Usage: Publish

Suppress

Full Usage: Suppress

Instance members

Instance member Description

this.IsPublish

Full Usage: this.IsPublish

Returns: bool
Returns: bool

this.IsSuppress

Full Usage: this.IsSuppress

Returns: bool
Returns: bool

Type something to start searching.