Packages

c

akka.projection.grpc.internal

ExactTopicMatcher

final class ExactTopicMatcher extends TopicMatcher

INTERNAL API

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

Instance Constructors

  1. new ExactTopicMatcher(expression: String)

Value Members

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