Uses of Enum Class
org.apache.pulsar.client.api.SubscriptionMode
Packages that use SubscriptionMode
-
Uses of SubscriptionMode in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return SubscriptionModeModifier and TypeMethodDescriptionstatic SubscriptionModeReturns the enum constant of this class with the specified name.static SubscriptionMode[]SubscriptionMode.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 SubscriptionModeModifier and TypeMethodDescriptionConsumerBuilder.subscriptionMode(SubscriptionMode subscriptionMode) Selects the subscription mode to be used when subscribing to a topic.