public class CallExecutor extends Object
| Constructor and Description |
|---|
CallExecutor() |
CallExecutor(RetryConfig config) |
| Modifier and Type | Method and Description |
|---|---|
CallResults |
execute(Callable<?> callable) |
void |
registerRetryListener(RetryListener listener) |
public CallExecutor()
public CallExecutor(RetryConfig config)
public CallResults execute(Callable<?> callable) throws RetriesExhaustedException, UnexpectedException
public void registerRetryListener(RetryListener listener)
Copyright © 2015. All rights reserved.