Uses of Class
org.apache.camel.builder.endpoint.dsl.PulsarEndpointBuilderFactory.RegexSubscriptionMode
-
Packages that use PulsarEndpointBuilderFactory.RegexSubscriptionMode Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of PulsarEndpointBuilderFactory.RegexSubscriptionMode in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return PulsarEndpointBuilderFactory.RegexSubscriptionMode Modifier and Type Method Description static PulsarEndpointBuilderFactory.RegexSubscriptionMode
PulsarEndpointBuilderFactory.RegexSubscriptionMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static PulsarEndpointBuilderFactory.RegexSubscriptionMode[]
PulsarEndpointBuilderFactory.RegexSubscriptionMode. 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.RegexSubscriptionMode Modifier and Type Method Description default PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder
PulsarEndpointBuilderFactory.PulsarEndpointConsumerBuilder. subscriptionTopicsMode(PulsarEndpointBuilderFactory.RegexSubscriptionMode subscriptionTopicsMode)
Determines to which topics this consumer should be subscribed to - Persistent, Non-Persistent, or both.
-