final case class ExcludeEntityIds(entityIds: Set[String]) extends FilterCriteria with Product with Serializable
Exclude events for entities with the given entity ids, unless there is a matching include filter that overrides the exclude.
- Source
- ConsumerFilter.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExcludeEntityIds
- Serializable
- Product
- Equals
- FilterCriteria
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- val entityIds: Set[String]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def toString(): String
- Definition Classes
- ExcludeEntityIds → AnyRef → Any