| Interface | Description |
|---|---|
| BatchEngine |
Contains the main logic to execute and orchestrate a
BatchJobInstance |
| BatchJobAdapter |
Adapter interface to access
BatchJob related functionality that we don't want exposed as part of the public API |
| BatchJobInstanceAdapter |
Adapter interface to access
BatchJobInstance related functionality that we don't want exposed as part of the API |
| BatchJobInstanceStore |
This interface defines the behavior expected from the component that the
BatchEngine will use to to handle its
persistent data |
| BatchRecordDispatcher |
Runs in the background and monitors the
Queues of every BatchJobInstanceAdapter in executable state. |
| BatchStepAdapter |
Adapter interface to access
BatchStep related functionality that we don't want exposed as part of the API |
Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.