Uses of Class
org.apache.camel.component.jms.DefaultTaskExecutorType
-
Packages that use DefaultTaskExecutorType Package Description org.apache.camel.component.jms Defines the JMS Component -
-
Uses of DefaultTaskExecutorType in org.apache.camel.component.jms
Methods in org.apache.camel.component.jms that return DefaultTaskExecutorType Modifier and Type Method Description DefaultTaskExecutorType
JmsComponent. getDefaultTaskExecutorType()
DefaultTaskExecutorType
JmsConfiguration. getDefaultTaskExecutorType()
DefaultTaskExecutorType
JmsEndpoint. getDefaultTaskExecutorType()
static DefaultTaskExecutorType
DefaultTaskExecutorType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DefaultTaskExecutorType[]
DefaultTaskExecutorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.jms with parameters of type DefaultTaskExecutorType Modifier and Type Method Description void
JmsComponent. setDefaultTaskExecutorType(DefaultTaskExecutorType defaultTaskExecutorType)
void
JmsConfiguration. setDefaultTaskExecutorType(DefaultTaskExecutorType defaultTaskExecutorType)
Specifies what default TaskExecutor type to use in the DefaultMessageListenerContainer, for both consumer endpoints and the ReplyTo consumer of producer endpoints.void
JmsEndpoint. setDefaultTaskExecutorType(DefaultTaskExecutorType type)
-