use of org.mule.runtime.core.internal.processor.strategy.DirectProcessingStrategyFactory in project mule by mulesoft.
the class AsyncDelegateMessageProcessorTestCase method processWithDirectProcessingStrategy.
@Test
public void processWithDirectProcessingStrategy() throws Exception {
flow.dispose();
flow = builder("flow", muleContext).processingStrategyFactory(new DirectProcessingStrategyFactory()).build();
flow.initialise();
flow.start();
process();
}
Aggregations