| Class | Description |
|---|---|
| BatchLockFactory |
Consumer of
LockProvider for the batch module. |
| BatchProcessingTemplate |
Implementation of the template design pattern to execute a
Processor chain in different sections of a BatchJob
such as BatchStep, DefaultBatchStepAggregator or the on-complete section implemented through
BatchMessageBlock |
| BatchRecordDispatcherDelegate |
Delegate implementation of
BatchRecordDispatcher which processes in a
single thread backed by a Scheduler and dispatches processes using a BatchWorkManager |
| DefaultBatchEngine |
Default implementation of
BatchEngine |
| DefaultBatchJobInstanceStore |
Implementation of
BatchJobInstanceStore that uses ObjectStore for a persistence mechanism |
| DefaultBatchRecordDispatcher |
Default implementation of
BatchRecordDispatcher which does the monitoring
in a single thread and processes using a BatchWorkManager |
| RecordCompletableFuture |
A
RecordCompletionTracker which is also a CompletableFuture. |
Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.