Uses of Class
org.apache.camel.component.pulsar.utils.consumers.SubscriptionType
-
Packages that use SubscriptionType Package Description org.apache.camel.component.pulsar org.apache.camel.component.pulsar.utils.consumers -
-
Uses of SubscriptionType in org.apache.camel.component.pulsar
Methods in org.apache.camel.component.pulsar that return SubscriptionType Modifier and Type Method Description SubscriptionTypePulsarConfiguration. getSubscriptionType()Methods in org.apache.camel.component.pulsar with parameters of type SubscriptionType Modifier and Type Method Description voidPulsarConfiguration. 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 SubscriptionType Modifier and Type Method Description static SubscriptionTypeSubscriptionType. valueOf(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.camel.component.pulsar.utils.consumers with parameters of type SubscriptionType Modifier and Type Method Description ConsumerCreationStrategyConsumerCreationStrategyFactory. getStrategy(SubscriptionType subscriptionType)
-