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 DefaultTaskExecutorTypeJmsComponent. getDefaultTaskExecutorType()DefaultTaskExecutorTypeJmsConfiguration. getDefaultTaskExecutorType()DefaultTaskExecutorTypeJmsEndpoint. getDefaultTaskExecutorType()static DefaultTaskExecutorTypeDefaultTaskExecutorType. 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 voidJmsComponent. setDefaultTaskExecutorType(DefaultTaskExecutorType defaultTaskExecutorType)voidJmsConfiguration. setDefaultTaskExecutorType(DefaultTaskExecutorType defaultTaskExecutorType)Specifies what default TaskExecutor type to use in the DefaultMessageListenerContainer, for both consumer endpoints and the ReplyTo consumer of producer endpoints.voidJmsEndpoint. setDefaultTaskExecutorType(DefaultTaskExecutorType type)
-