Uses of Class
org.apache.camel.builder.endpoint.dsl.AMQPEndpointBuilderFactory.DefaultTaskExecutorType
-
Packages that use AMQPEndpointBuilderFactory.DefaultTaskExecutorType Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of AMQPEndpointBuilderFactory.DefaultTaskExecutorType in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return AMQPEndpointBuilderFactory.DefaultTaskExecutorType Modifier and Type Method Description static AMQPEndpointBuilderFactory.DefaultTaskExecutorTypeAMQPEndpointBuilderFactory.DefaultTaskExecutorType. valueOf(String name)Returns the enum constant of this type with the specified name.static AMQPEndpointBuilderFactory.DefaultTaskExecutorType[]AMQPEndpointBuilderFactory.DefaultTaskExecutorType. 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.DefaultTaskExecutorType Modifier and Type Method Description default AMQPEndpointBuilderFactory.AdvancedAMQPEndpointConsumerBuilderAMQPEndpointBuilderFactory.AdvancedAMQPEndpointConsumerBuilder. defaultTaskExecutorType(AMQPEndpointBuilderFactory.DefaultTaskExecutorType defaultTaskExecutorType)Specifies what default TaskExecutor type to use in the DefaultMessageListenerContainer, for both consumer endpoints and the ReplyTo consumer of producer endpoints.
-