Uses of Enum Class
org.apache.camel.component.jms.DefaultTaskExecutorType
Packages that use DefaultTaskExecutorType
-
Uses of DefaultTaskExecutorType in org.apache.camel.component.jms
Methods in org.apache.camel.component.jms that return DefaultTaskExecutorTypeModifier and TypeMethodDescriptionJmsComponent.getDefaultTaskExecutorType()JmsConfiguration.getDefaultTaskExecutorType()JmsEndpoint.getDefaultTaskExecutorType()static DefaultTaskExecutorTypeReturns the enum constant of this class with the specified name.static DefaultTaskExecutorType[]DefaultTaskExecutorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.jms with parameters of type DefaultTaskExecutorTypeModifier and TypeMethodDescriptionvoidJmsComponent.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)