Uses of Class
org.apache.pulsar.client.api.SubscriptionMode
-
Packages that use SubscriptionMode Package Description org.apache.pulsar.client.api Pulsar Client API. -
-
Uses of SubscriptionMode in org.apache.pulsar.client.api
Methods in org.apache.pulsar.client.api that return SubscriptionMode Modifier and Type Method Description static SubscriptionMode
SubscriptionMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SubscriptionMode[]
SubscriptionMode. 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 SubscriptionMode Modifier and Type Method Description ConsumerBuilder<T>
ConsumerBuilder. subscriptionMode(SubscriptionMode subscriptionMode)
Select the subscription mode to be used when subscribing to the topic.
-