Uses of Enum Class
org.apache.pulsar.client.api.RegexSubscriptionMode
Packages that use RegexSubscriptionMode
-
Uses of RegexSubscriptionMode in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return RegexSubscriptionModeModifier and TypeMethodDescriptionstatic RegexSubscriptionModeReturns the enum constant of this class with the specified name.static RegexSubscriptionMode[]RegexSubscriptionMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.pulsar.client.api with parameters of type RegexSubscriptionModeModifier and TypeMethodDescriptionConsumerBuilder.subscriptionTopicsMode(RegexSubscriptionMode regexSubscriptionMode) Determines which topics this consumer should be subscribed to - Persistent, Non-Persistent, or both.