Search in sources :

Example 1 with DirectProcessingStrategyFactory

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();
}
Also used : DirectProcessingStrategyFactory(org.mule.runtime.core.internal.processor.strategy.DirectProcessingStrategyFactory) Test(org.junit.Test)

Aggregations

Test (org.junit.Test)1 DirectProcessingStrategyFactory (org.mule.runtime.core.internal.processor.strategy.DirectProcessingStrategyFactory)1