public final class EtcdRetryEngine extends Object
Constructor and Description |
---|
EtcdRetryEngine() |
Modifier and Type | Method and Description |
---|---|
<T> com.google.common.base.Optional<T> |
execute(Callable<T> callable)
Retry to execute callable command.
|
public <T> com.google.common.base.Optional<T> execute(Callable<T> callable)
T
- return typecallable
- callable commandCopyright © 2018. All rights reserved.