public interface BatchProcessingListener
| Modifier and Type | Method and Description |
|---|---|
void |
onExecutableStateTransition(BatchJobInstanceAdapter jobInstance)
Notifies that the given
BatchJobInstanceAdapter transitioned into an
executable state |
void |
onJobFinished(BatchJobInstanceAdapter jobInstance)
Notifies that the given
BatchJobInstanceAdapter has been finished |
void |
onJobInstanceStateChange(BatchJobInstanceAdapter jobInstance)
Notifies that the given
BatchJobInstanceAdapter
transitioned into a different BatchJobInstanceStatus |
void |
onJobStopped(BatchJobInstanceAdapter jobInstance)
Notifies that the given
BatchJobInstanceAdapter has been stopped before
completely finishing |
void |
onSteppingQueueDispatch(BatchJobInstanceAdapter jobInstance,
Collection<Record> records)
Notifies that the given
Records were queued into the stepping queue of
the given BatchJobInstanceAdapter |
void onSteppingQueueDispatch(BatchJobInstanceAdapter jobInstance, Collection<Record> records)
Records were queued into the stepping queue of
the given BatchJobInstanceAdapterjobInstance - a BatchJobInstanceAdapterrecords - a List of Recordvoid onJobInstanceStateChange(BatchJobInstanceAdapter jobInstance)
BatchJobInstanceAdapter
transitioned into a different BatchJobInstanceStatusjobInstance - a BatchJobInstanceAdaptervoid onExecutableStateTransition(BatchJobInstanceAdapter jobInstance)
BatchJobInstanceAdapter transitioned into an
executable statejobInstance - a BatchJobInstanceAdaptervoid onJobStopped(BatchJobInstanceAdapter jobInstance)
BatchJobInstanceAdapter has been stopped before
completely finishingjobInstance - a BatchJobInstanceAdaptervoid onJobFinished(BatchJobInstanceAdapter jobInstance)
BatchJobInstanceAdapter has been finishedjobInstance - a BatchJobInstanceAdapterCopyright © 2006–2019 MuleSoft, Inc.. All rights reserved.