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