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
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IncludeTopics
  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 IncludeTopics(expressions: Set[String])

    Java API

  2. new IncludeTopics(expressions: Set[String])

Value Members

  1. val expressions: Set[String]
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product