| Interface | Description |
|---|---|
| CompletionHandler<Response,ProcessingException extends Throwable,HandledCompletionExceptionResult> |
Handles the result of asynchronous processing.
|
| ExceptionCallback<T,E extends Throwable> |
A callback to notify about exceptions of a type
E. |
| Class | Description |
|---|---|
| BlockingCompletionHandler<Response,ProcessingException extends Throwable,HandledCompletionExceptionResult> |
Base class which provides a simplified view of
CompletionHandler for cases
in which the task to be completed is assumed to be blocking |
Copyright © 2016 MuleSoft, Inc.. All rights reserved.