T - the generic payload typeA - the generic attributes typepublic class CloserCompletionCallbackDecorator<T,A> extends CompletionCallbackDecorator<T,A>
CompletionCallbackDecorator which makes sure that a given closeable is always closed
upon completion| Constructor and Description |
|---|
CloserCompletionCallbackDecorator(org.mule.runtime.extension.api.runtime.process.CompletionCallback<T,A> delegate,
Closeable closeable) |
| Modifier and Type | Method and Description |
|---|---|
void |
error(Throwable throwable) |
void |
success(org.mule.runtime.extension.api.runtime.operation.Result<T,A> result) |
Copyright © 2019. All rights reserved.