public class ThreadPerProcessorProcessingStrategy extends AsynchronousProcessingStrategy
WorkManager
to schedule the processing of each message processors in a new
worker thread.ProcessingStrategy.StageNameSource
synchronousProcessingStrategy
maxBufferSize, maxThreads, minThreads, poolExhaustedAction, threadTTL, threadWaitTimeout
Constructor and Description |
---|
ThreadPerProcessorProcessingStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
configureProcessors(List<MessageProcessor> processors,
StageNameSource nameSource,
MessageProcessorChainBuilder builder,
MuleContext muleContext) |
createAsyncMessageProcessor
createThreadingProfile, getMaxBufferSize, getMaxThreads, getMinThreads, getPoolExhaustedAction, getThreadPoolName, getThreadTTL, getThreadWaitTimeout, setMaxBufferSize, setMaxThreads, setMinThreads, setPoolExhaustedAction, setThreadTTL, setThreadWaitTimeout
public ThreadPerProcessorProcessingStrategy()
public void configureProcessors(List<MessageProcessor> processors, StageNameSource nameSource, MessageProcessorChainBuilder builder, MuleContext muleContext)
configureProcessors
in interface ProcessingStrategy
configureProcessors
in class AsynchronousProcessingStrategy
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.