final case class IncludeEntityIds(entityOffsets: Set[EntityIdOffset]) extends FilterCriteria with Product with Serializable
Include events for entities with the given entity ids. A matching include overrides a matching exclude.
For the given entity ids a seqNr
can be defined to replay all events for the entity
from the sequence number (inclusive). If seqNr
is 0 events will not be replayed.
- Source
- ConsumerFilter.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IncludeEntityIds
- Serializable
- Product
- Equals
- FilterCriteria
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new IncludeEntityIds(entityOffsets: Set[EntityIdOffset])
Java API
- new IncludeEntityIds(entityOffsets: Set[EntityIdOffset])
Value Members
- val entityOffsets: Set[EntityIdOffset]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def toString(): String
- Definition Classes
- IncludeEntityIds → AnyRef → Any