public interface BatchStepExceptionSummaryAdapter
extends com.mulesoft.mule.runtime.module.batch.api.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
|
<T extends Exception> void account(T exception)
T - exception - an exceptionIllegalArgumentException - if the exception is nullCopyright © 2006–2022 MuleSoft, Inc.. All rights reserved.