public class AsyncRetryingExecutor extends Object implements AsyncExecutor
Constructor and Description |
---|
AsyncRetryingExecutor(RetryPolicy retryPolicy,
WorkflowClock clock) |
Modifier and Type | Method and Description |
---|---|
void |
execute(AsyncRunnable command) |
public AsyncRetryingExecutor(RetryPolicy retryPolicy, WorkflowClock clock)
public void execute(AsyncRunnable command) throws Throwable
execute
in interface AsyncExecutor
Throwable