| Package | Description |
|---|---|
| org.mule.runtime.api.execution |
| Modifier and Type | Method and Description |
|---|---|
void |
CompletionHandler.onCompletion(Response result,
ExceptionCallback<HandledCompletionExceptionResult,Exception> exceptionCallback)
Invoked on successful completion of asynchronous processing.
|
void |
BlockingCompletionHandler.onCompletion(Response result,
ExceptionCallback<HandledCompletionExceptionResult,Exception> exceptionCallback)
Delegates into
BlockingCompletionHandler.doOnCompletion(Object) and channels any thrown exceptions
through the exceptionCallback |
Copyright © 2016 MuleSoft, Inc.. All rights reserved.