Uses of Class
org.apache.camel.builder.endpoint.dsl.PulsarEndpointBuilderFactory.SubscriptionType
-
Packages that use PulsarEndpointBuilderFactory.SubscriptionType Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of PulsarEndpointBuilderFactory.SubscriptionType in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return PulsarEndpointBuilderFactory.SubscriptionType Modifier and Type Method Description static PulsarEndpointBuilderFactory.SubscriptionTypePulsarEndpointBuilderFactory.SubscriptionType. valueOf(String name)Returns the enum constant of this type with the specified name.static PulsarEndpointBuilderFactory.SubscriptionType[]PulsarEndpointBuilderFactory.SubscriptionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type PulsarEndpointBuilderFactory.SubscriptionType Modifier and Type Method Description default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilderPulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder. subscriptionType(PulsarEndpointBuilderFactory.SubscriptionType subscriptionType)Type of the subscription EXCLUSIVESHAREDFAILOVERKEY_SHARED, defaults to EXCLUSIVE.
-