public interface WatchExecutor
WatchExecutor is in charge of executing a Retryable in the future, and retry
later if needed.| Modifier and Type | Field and Description |
|---|---|
static WatchExecutor |
NONE |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Retryable retryable) |
static final WatchExecutor NONE
void execute(Retryable retryable)