public class ImmutableBatchStepExceptionSummary extends Object implements BatchStepExceptionSummary
BatchStepExceptionSummary| Constructor and Description |
|---|
ImmutableBatchStepExceptionSummary(BatchStepExceptionSummary summary) |
public ImmutableBatchStepExceptionSummary(BatchStepExceptionSummary summary)
public Map<Class<? extends Exception>,Long> getExceptionsCount()
BatchStepExceptionSummaryMap in which the key is an Exception class and the value is a long stating how
many times that exception occurred. This map might be empty but it will never be null. This map will return null
if queried for an exception that never occurred.getExceptionsCount in interface BatchStepExceptionSummaryMap with an exception class as key and a Long as valueCopyright © 2006–2019 MuleSoft, Inc.. All rights reserved.