@NoImplement public interface BatchStepResult extends Serializable
BatchStep in a BatchJobInstance| 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
|
long getReceivedRecords()
long getSuccessfulRecords()
long getFailedRecords()
BatchStepExceptionSummary getExceptionSummary()
Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.