final case class IncludeTopics(expressions: Set[String]) extends FilterCriteria with Product with Serializable
Include events with any of the given matching topics. A matching include overrides a matching exclude.
Topic match expression according to MQTT specification, including wildcards.
The topic of an event is defined by a tag with certain prefix, see topic-tag-prefix
configuration.
- Source
- ConsumerFilter.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IncludeTopics
- Serializable
- Product
- Equals
- FilterCriteria
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected