public class ProcessingStrategyUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_PROCESSING_STRATEGY |
static String |
SYNC_PROCESSING_STRATEGY |
| Constructor and Description |
|---|
ProcessingStrategyUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isSynchronousProcessing(FlowConstruct flowConstruct)
Determines if the
FlowConstruct based on implementation and processing strategy configured is synchronous. |
static ProcessingStrategyFactory |
parseProcessingStrategy(String processingStrategy) |
public static String DEFAULT_PROCESSING_STRATEGY
public static String SYNC_PROCESSING_STRATEGY
public static ProcessingStrategyFactory parseProcessingStrategy(String processingStrategy)
public static boolean isSynchronousProcessing(FlowConstruct flowConstruct)
FlowConstruct based on implementation and processing strategy configured is synchronous.flowConstruct - the flow construct.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.