Uses of Enum Class
org.apache.camel.component.pulsar.utils.consumers.SubscriptionType
Packages that use SubscriptionType
Package
Description
-
Uses of SubscriptionType in org.apache.camel.component.pulsar
Methods in org.apache.camel.component.pulsar that return SubscriptionTypeMethods in org.apache.camel.component.pulsar with parameters of type SubscriptionTypeModifier and TypeMethodDescriptionvoidPulsarConfiguration.setSubscriptionType(SubscriptionType subscriptionType) Type of the subscription [EXCLUSIVE|SHARED|FAILOVER|KEY_SHARED], defaults to EXCLUSIVE -
Uses of SubscriptionType in org.apache.camel.component.pulsar.utils.consumers
Methods in org.apache.camel.component.pulsar.utils.consumers 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.camel.component.pulsar.utils.consumers with parameters of type SubscriptionTypeModifier and TypeMethodDescriptionConsumerCreationStrategyFactory.getStrategy(SubscriptionType subscriptionType)