| Package | Description |
|---|---|
| org.mule.runtime.core.processor.strategy |
| Class and Description |
|---|
| AbstractProcessingStrategyFactory
Creates ring-buffer based processing strategy instances.
|
| ReactorStreamProcessingStrategyFactory
Creates
ReactorStreamProcessingStrategyFactory instances that implements the reactor pattern by de-multiplexes incoming
messages onto a single event-loop using a ring-buffer and then using using the SchedulerService.cpuLightScheduler() to
process events from the ring-buffer. |
| TransactionAwareProcessingStrategyFactory
Marker interface for
ProcessingStrategyFactory's that create ProcessingStrategy's that are transaction aware
and will not fail when a transaction is active. |
| WorkQueueProcessingStrategyFactory
Creates
WorkQueueProcessingStrategy instances. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.