T - The generic type of the operation's output valueA - The generic type of the operation's output attributespublic class SdkCompletionCallbackAdapter<T,A> extends Object implements org.mule.sdk.api.runtime.process.CompletionCallback<T,A>
CompletionCallback into a CompletionCallback| Constructor and Description |
|---|
SdkCompletionCallbackAdapter(org.mule.runtime.extension.api.runtime.process.CompletionCallback delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
error(Throwable e) |
void |
success(org.mule.sdk.api.runtime.operation.Result<T,A> result) |
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.