| AbstractRecordBuffer |
Base implementation of RecordBuffer which implements basic functionality such as the NamedObject interface,
carrying the MuleContext and other functionality
|
| AbstractStreamingAggregatorQueueBuffer |
|
| AggregatorRecordBuffer |
|
| BatchContextTransactionRecorder |
Recorder for batch transaction contexts to prevent commit when an aggregator is flushed.
|
| BufferUtils |
Utilities for handling buffers
|
| FixedAggregatorRecordBuffer |
|
| FixedAggregatorTransactionRecordBuffer |
|
| InMemoryRecordBuffer |
Implementation of RecordBuffer which stores the records in memory until such time in which they're to be flushed.
|
| LoadingQueueBuffer |
|
| PartialErrorMatcher |
|
| SteppingQueueBuffer |
|
| StreamingAggregatorBuffer |
|
| StreamingAggregatorInputQueueBuffer |
|
| StreamingAggregatorIteratorWrapper |
Iterator to be used as the payload of an streaming aggregator.
|
| StreamingAggregatorOutputQueueBuffer |
|
| TransactionalQueueBuffer |
Implementation of RecordBuffer that writes to a Queue when flushed.
|