Packages

final class WildcardMatcher extends TopicMatcher

INTERNAL API

Annotations
@InternalApi()
Source
TopicMatcher.scala
Linear Supertypes
TopicMatcher, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WildcardMatcher
  2. TopicMatcher
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new WildcardMatcher(expression: String)

Value Members

  1. def matches(topic: String): Boolean
    Definition Classes
    WildcardMatcher → TopicMatcher
  2. def matches(env: EventEnvelope[_], topicTagPrefix: String): Boolean
    Definition Classes
    TopicMatcher