Class MessageExecutionThreadFactory

All Implemented Interfaces:
Serializable, ThreadFactory

public class MessageExecutionThreadFactory extends CustomizableThreadFactory
CustomizableThreadFactory implementation for creating MessageExecutionThread instances. This should be set to TaskExecutor instances provided by ContainerOptions.getComponentsTaskExecutor() to avoid excessive thread hopping for blocking components.
Since:
3.0
Author:
Tomaz Fernandes
See Also: