public class DefaultBatchStepResult extends Object implements com.mulesoft.mule.runtime.module.batch.api.BatchStepResult
BatchStepResult| Constructor and Description |
|---|
DefaultBatchStepResult() |
| Modifier and Type | Method and Description |
|---|---|
com.mulesoft.mule.runtime.module.batch.api.BatchStepExceptionSummary |
getExceptionSummary() |
long |
getFailedRecords() |
long |
getReceivedRecords() |
long |
getSuccessfulRecords() |
long |
incrementFailedRecords(Exception e,
long howMany) |
long |
incrementReceivedRecords(long howMany) |
long |
incrementSuccessfulRecords(long howMany) |
public long incrementSuccessfulRecords(long howMany)
public long incrementFailedRecords(Exception e, long howMany)
public long incrementReceivedRecords(long howMany)
public long getReceivedRecords()
getReceivedRecords in interface com.mulesoft.mule.runtime.module.batch.api.BatchStepResultpublic long getSuccessfulRecords()
getSuccessfulRecords in interface com.mulesoft.mule.runtime.module.batch.api.BatchStepResultpublic long getFailedRecords()
getFailedRecords in interface com.mulesoft.mule.runtime.module.batch.api.BatchStepResultpublic com.mulesoft.mule.runtime.module.batch.api.BatchStepExceptionSummary getExceptionSummary()
getExceptionSummary in interface com.mulesoft.mule.runtime.module.batch.api.BatchStepResultCopyright © 2006–2022 MuleSoft, Inc.. All rights reserved.