case object FilteredPayload extends Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- FilteredPayload
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
In some use cases with projections and events by slice filtered events needs to be stored in the journal to keep the sequence numbers for a given persistence id gap free. This placeholder payload is used for those cases and serialized down to a 0-byte representation when stored in the database.
This payload is not in general expected to show up for users but in some scenarios/queries it may.
In the typed queries
EventEnvelope
this should be flagged asfiltered
and turned into a non-present payload by the query plugin implementations.