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