Projection Module
Constructors for the two projection-handler shapes.
Functions and values
| Function or value | Description |
Full Usage:
filtered lastOffset handle
Parameters:
int
handle : int64 -> obj -> Notify
Returns: Projection
|
Filtered single-event handler: update the read model, then return Publish/Suppress to decide whether *this* event wakes subscribers. The middle rung between `single` (always publish) and `multi` (return an arbitrary notification list) — reach for it in the common "publish each event except the intermediate ones" case, without building a list.
|
Full Usage:
multi lastOffset handle
Parameters:
int
handle : int64 -> obj -> IMessageWithCID list
Returns: Projection
|
|
Full Usage:
single lastOffset handle
Parameters:
int
handle : int64 -> obj -> unit
Returns: Projection
|
FCQRS