public final class ImmutableBatchStepResult extends Object implements BatchStepResult
BatchStepResult| Modifier and Type | Method and Description |
|---|---|
BatchStepExceptionSummary |
getExceptionSummary() |
long |
getFailedRecords()
Returns how many records the step processed and found an exception on
|
long |
getReceivedRecords()
Returns the number of records the step has already processed
|
long |
getSuccessfulRecords()
Return how many records were processed by the step without finding an exception
|
public long getReceivedRecords()
BatchStepResultgetReceivedRecords in interface BatchStepResultpublic long getSuccessfulRecords()
BatchStepResultgetSuccessfulRecords in interface BatchStepResultpublic long getFailedRecords()
BatchStepResultgetFailedRecords in interface BatchStepResultpublic BatchStepExceptionSummary getExceptionSummary()
getExceptionSummary in interface BatchStepResultCopyright © 2006–2019 MuleSoft, Inc.. All rights reserved.