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
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IncludeEntityIds
  2. Serializable
  3. Product
  4. Equals
  5. FilterCriteria
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new IncludeEntityIds(entityOffsets: Set[EntityIdOffset])

    Java API

  2. new IncludeEntityIds(entityOffsets: Set[EntityIdOffset])

Value Members

  1. val entityOffsets: Set[EntityIdOffset]
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product
  3. def toString(): String
    Definition Classes
    IncludeEntityIds → AnyRef → Any