Interface TopicConsumerConfigurationData.TopicNameMatcher

All Superinterfaces:
Serializable
All Known Implementing Classes:
TopicConsumerConfigurationData.TopicNameMatcher.TopicName, TopicConsumerConfigurationData.TopicNameMatcher.TopicsPattern
Enclosing class:
TopicConsumerConfigurationData

public static interface TopicConsumerConfigurationData.TopicNameMatcher extends Serializable
  • Method Details

    • matches

      boolean matches(String topicName)