| Package | Description |
|---|---|
| org.mule.runtime.core.processor.strategy |
| Modifier and Type | Class and Description |
|---|---|
class |
ProactorStreamProcessingStrategyFactory
Creates
ReactorProcessingStrategyFactory.ReactorProcessingStrategy instance that implements the proactor pattern by
de-multiplexing incoming events onto a single event-loop using a ring-buffer and then using using the
SchedulerService.cpuLightScheduler() to process these events from the ring-buffer. |
class |
TransactionAwareProactorStreamProcessingStrategyFactory
Creates default processing strategy with same behavior as
ProactorStreamProcessingStrategyFactory apart from the fact
it will process synchronously without error when a transaction is active. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.