Class SubscriptionPattern
java.lang.Object
org.apache.kafka.clients.consumer.SubscriptionPattern
Represents a regular expression compatible with Google RE2/J, used to subscribe to topics. This just keeps the String representation of the pattern, and all validations to ensure it is RE2/J compatible are delegated to the broker.
Constructor Summary
ConstructorsMethod Summary
Constructor Details
SubscriptionPattern
Method Details
pattern
- Returns:
- Regular expression pattern compatible with RE2/J.
toString
hashCode
equals