| Interface | Description |
|---|---|
| BatchMonitor |
An interface that allows the monitoring of metrics relating to a potentially long-running batch process.
|
| BatchProcessor.BatchProcessWorker<T> |
An interface for workers to be invoked by the
BatchProcessor. |
| BatchProcessWorkProvider<T> |
An interface that provides work loads to the
BatchProcessor. |
| Class | Description |
|---|---|
| BatchMonitorEvent |
An event alerting listeners to the existence of a new
BatchMonitor. |
| BatchProcessor<T> |
A
BatchProcessor manages the running and monitoring of a potentially long-running transactional batch
process. |
| BatchProcessor.BatchProcessWorkerAdaptor<TT> |
Adaptor that allows implementations to only implement
BatchProcessor.BatchProcessWorker.process(Object) |
Copyright © 2005–2018 Alfresco Software. All rights reserved.