public interface RetryStrategy
| Modifier and Type | Method and Description |
|---|---|
<T> T |
retry(UnreliableInterface unreliableImpl,
int retryTimes,
int sleepSeconds) |
<T> T retry(UnreliableInterface unreliableImpl, int retryTimes, int sleepSeconds) throws Exception
ExceptionCopyright © 2015–2016 Baidu. All rights reserved.