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