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