public class RetryCompletionCallback<P,A> extends Object implements org.mule.runtime.extension.api.runtime.process.CompletionCallback<P,A>
| Constructor and Description |
|---|
RetryCompletionCallback(Consumer<org.mule.runtime.extension.api.runtime.process.CompletionCallback<P,A>> runnable,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<P,A> completionCallback,
CloudHubConnection connection,
int retries) |
| Modifier and Type | Method and Description |
|---|---|
void |
error(Throwable e) |
void |
execute() |
void |
success(org.mule.runtime.extension.api.runtime.operation.Result<P,A> result) |
Copyright © 2023 MuleSoft, Inc.. All rights reserved.