T - the generic payload typeA - the generic attributes typepublic abstract class CompletionCallbackDecorator<T,A> extends Object implements org.mule.runtime.extension.api.runtime.process.CompletionCallback<T,A>
CompletionCallback decorator| Constructor and Description |
|---|
CompletionCallbackDecorator(org.mule.runtime.extension.api.runtime.process.CompletionCallback<T,A> delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
error(Throwable throwable) |
void |
success(org.mule.runtime.extension.api.runtime.operation.Result<T,A> result) |
Copyright © 2021. All rights reserved.