| Modifier and Type | Method and Description |
|---|---|
List<BatchStep> |
BatchJob.getSteps() |
| Modifier and Type | Method and Description |
|---|---|
BatchStep |
BatchNotification.getStep() |
| Constructor and Description |
|---|
BatchNotification(com.mulesoft.mule.runtime.module.batch.api.BatchJobInstance jobInstance,
BatchStep step,
Exception e,
int action) |
BatchNotification(com.mulesoft.mule.runtime.module.batch.api.BatchJobInstance jobInstance,
BatchStep step,
int action) |
BatchNotification(com.mulesoft.mule.runtime.module.batch.api.BatchJobInstance jobInstance,
BatchStep step,
Record record,
Exception e,
int action) |
BatchNotification(com.mulesoft.mule.runtime.module.batch.api.BatchJobInstance jobInstance,
BatchStep step,
Record record,
int action) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Record.isFailedFor(BatchStep step)
Returns whether this record found an exception for the given
BatchStep |
Record |
Record.markAsFailedInStep(BatchStep step,
Exception e)
Registers that this record found an exception on the given
BatchStep The
given exception will be recoverable through the Record.getStepExceptions() , Record.getExceptionForStep(String) #
methods |
Record |
Record.markAsProcessedByStep(BatchStep step)
Registers that the given
BatchStep has finished processing this record. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BatchStepAdapter
Adapter interface to access
BatchStep related functionality that we don't want exposed as part of the API |
| Modifier and Type | Method and Description |
|---|---|
BatchStep |
BatchStepAdapter.getNextStep()
Returns the
BatchStep that follows right after this one |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBatchStep
Default implementation of
BatchStep |
class |
ImmutableBatchStep
Immutable view of a
BatchStep |
| Modifier and Type | Method and Description |
|---|---|
BatchStep |
DefaultBatchStep.getNextStep() |
| Modifier and Type | Method and Description |
|---|---|
List<BatchStep> |
DefaultBatchJob.getSteps() |
List<BatchStep> |
ImmutableBatchJob.getSteps() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBatchStep.setNextStep(BatchStep nextStep) |
| Constructor and Description |
|---|
ImmutableBatchStep(BatchStep step) |
| Constructor and Description |
|---|
PartialErrorMatcher(BatchStep step) |
| Constructor and Description |
|---|
StepExceptionReporter(BatchStep step,
org.slf4j.Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
static String |
BatchUtils.buildExceptionLogMessage(com.mulesoft.mule.runtime.module.batch.api.BatchJobInstance jobInstance,
BatchStep step,
Exception exception) |
Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.