Uses of Class
org.apache.camel.builder.endpoint.dsl.JmsEndpointBuilderFactory.ConsumerType
-
Packages that use JmsEndpointBuilderFactory.ConsumerType Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of JmsEndpointBuilderFactory.ConsumerType in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return JmsEndpointBuilderFactory.ConsumerType Modifier and Type Method Description static JmsEndpointBuilderFactory.ConsumerTypeJmsEndpointBuilderFactory.ConsumerType. valueOf(String name)Returns the enum constant of this type with the specified name.static JmsEndpointBuilderFactory.ConsumerType[]JmsEndpointBuilderFactory.ConsumerType. 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 JmsEndpointBuilderFactory.ConsumerType Modifier and Type Method Description default JmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilderJmsEndpointBuilderFactory.AdvancedJmsEndpointConsumerBuilder. consumerType(JmsEndpointBuilderFactory.ConsumerType consumerType)The consumer type to use, which can be one of: Simple, Default, or Custom.
-