public static interface CompletableComponentExecutor.ExecutorCallback extends org.mule.runtime.api.component.execution.CompletableCallback<Object>
| Modifier and Type | Method and Description |
|---|---|
void |
complete(Object value)
Invoked when the operation completed successfully.
|
void |
error(Throwable e)
This method is invoked when the operation failed to execute.
|
void complete(Object value)
null value should be passedcomplete in interface org.mule.runtime.api.component.execution.CompletableCallback<Object>value - the operation's resultCopyright © 2024 MuleSoft, Inc.. All rights reserved.