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