E - the type of the exceptions to be notifiedT - the type of the value that is produced as a result of handling the exceptionpublic interface ExceptionCallback<T,E extends Throwable>
E.
Implementations are to be reusable and thread-safe
| Modifier and Type | Method and Description |
|---|---|
T |
onException(E exception)
Notifies that
exception has occurred |
Copyright © 2016 MuleSoft, Inc.. All rights reserved.