public class DefaultBatchStepExceptionSummary extends Object implements BatchStepExceptionSummaryAdapter
BatchStepExceptionSummary| Constructor and Description |
|---|
DefaultBatchStepExceptionSummary() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Exception> |
account(T exception)
Updates summary information with the given exception
|
Map<Class<? extends Exception>,Long> |
getExceptionsCount() |
public <T extends Exception> void account(T exception)
account in interface BatchStepExceptionSummaryAdapterexception - an exceptionCopyright © 2006–2022 MuleSoft, Inc.. All rights reserved.