Uses of Class
org.apache.pulsar.client.api.RegexSubscriptionMode
-
Packages that use RegexSubscriptionMode Package Description org.apache.pulsar.client.api Pulsar Client API. -
-
Uses of RegexSubscriptionMode in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return RegexSubscriptionMode Modifier and Type Method Description static RegexSubscriptionMode
RegexSubscriptionMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RegexSubscriptionMode[]
RegexSubscriptionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pulsar.client.api with parameters of type RegexSubscriptionMode Modifier and Type Method Description ConsumerBuilder<T>
ConsumerBuilder. subscriptionTopicsMode(RegexSubscriptionMode regexSubscriptionMode)
Determines to which topics this consumer should be subscribed to - Persistent, Non-Persistent, or both.
-