| Interface | Description |
|---|---|
| BatchJobResultAdapter |
Adapter interface that allows access to functionality that is not to be exposed in the facing API
|
| BatchStepExceptionSummaryAdapter |
Adapter interface for
BatchStepExceptionSummary implementations, providing
access to functionality that we don't want exposed on the public API. |
| Class | Description |
|---|---|
| BaseBatchProcessingListener |
Default implementation of
BatchProcessingListener which implements all the
methods with no-op implementations. |
| BaseBatchProcessingListenerOwner |
Base class implementation for
BatchProcessingListenersOwner which already
implements some basic functionality like keeping the list of listeners, add/remove methods, etc. |
| BatchMessageBlock | |
| BatchRecordProcessors |
This class simple holds a
List of BatchStepAdapter to
make configuration parsing easier |
| DefaultBatchJob | |
| DefaultBatchJobInstance | |
| DefaultBatchJobResult |
Default implementation for
BatchJobResultAdapter |
| DefaultBatchManager |
Default implementation of
BatchManager |
| DefaultBatchStep |
Default implementation of
BatchStep |
| DefaultBatchStepAggregator | |
| DefaultBatchStepExceptionSummary |
Default implementation for
BatchStepExceptionSummary |
| DefaultBatchStepResult |
Default implementation of
BatchStepResult |
| ImmutableBatchJob |
Immutable view of a
BatchJob |
| ImmutableBatchJobInstance |
Immutable view of a
BatchJobInstance |
| ImmutableBatchJobResult |
Immutable view of
ImmutableBatchJobResult |
| ImmutableBatchStep |
Immutable view of a
BatchStep |
| ImmutableBatchStepExceptionSummary |
Immutable view of
BatchStepExceptionSummary |
| ImmutableBatchStepResult |
Immutable view of
BatchStepResult |
Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.