| Package | Description |
|---|---|
| com.mulesoft.mule.runtime.module.batch.api | |
| com.mulesoft.mule.runtime.module.batch.internal | |
| com.mulesoft.mule.runtime.module.batch.internal.reporting |
| Modifier and Type | Method and Description |
|---|---|
BatchJobResult |
BatchJobInstance.getResult()
Reflects the final result of the job execution.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BatchJobResultAdapter
Adapter interface that allows access to functionality that is not to be exposed in the facing API
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBatchJobResult
Default implementation for
BatchJobResultAdapter |
class |
ImmutableBatchJobResult
Immutable view of
ImmutableBatchJobResult |
| Modifier and Type | Method and Description |
|---|---|
BatchJobResult |
DefaultBatchJobInstance.getResult()
Reflects the final result of the job execution.
|
BatchJobResult |
ImmutableBatchJobInstance.getResult() |
| Constructor and Description |
|---|
ImmutableBatchJobResult(BatchJobResult jobResult) |
| Modifier and Type | Method and Description |
|---|---|
T |
BatchResultReporter.buildReport(BatchJob job,
BatchJobResult jobResult)
Generates a report for the given parameters
|
String |
ExceptionsInTextBatchResultReporter.buildReport(BatchJob job,
BatchJobResult jobResult)
If the given
BatchJobResult accounts for errors, then a table formatted
String is returned with the following columns: Exception Type, Step name, and Count (how many times the
given exception type was found for that step). |
Copyright © 2006–2019 MuleSoft, Inc.. All rights reserved.