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