public class BlockingProcessingStrategyFactory extends Object implements ProcessingStrategyFactory
Pipeline in the caller thread and does not schedule the processing of any
Processor in a different thread pool regardless of their ReactiveProcessor.ProcessingType.
When individual Processor's execute non-blocking operations using additional threads internally (e.g. an outbound HTTP
request) the Pipeline will block until the operation response is available before continuing processing in the same
thread.| Modifier and Type | Field and Description |
|---|---|
static ProcessingStrategy |
BLOCKING_PROCESSING_STRATEGY_INSTANCE |
| Constructor and Description |
|---|
BlockingProcessingStrategyFactory() |
| Modifier and Type | Method and Description |
|---|---|
ProcessingStrategy |
create(MuleContext muleContext,
String schedulersNamePrefix) |
public static final ProcessingStrategy BLOCKING_PROCESSING_STRATEGY_INSTANCE
public ProcessingStrategy create(MuleContext muleContext, String schedulersNamePrefix)
create in interface ProcessingStrategyFactoryProcessingStrategy.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.