public interface BatchStepExceptionSummaryAdapter extends BatchStepExceptionSummary
BatchStepExceptionSummary implementations, providing
access to functionality that we don't want exposed on the public API.| Modifier and Type | Method and Description |
|---|---|
<T extends Exception> |
account(T exception)
Updates summary information with the given exception
|
getExceptionsCount<T extends Exception> void account(T exception)
T - exception - an exceptionIllegalArgumentException - if the exception is nullCopyright © 2006–2019 MuleSoft, Inc.. All rights reserved.