public class RetryStrategyRoundBin extends Object implements RetryStrategy
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
RetryStrategyRoundBin() |
public <T> T retry(UnreliableInterface unreliableImpl, int retryTimes, int sleepSeconds) throws Exception
retry in interface RetryStrategyunreliableImpl - retryTimes - sleepSeconds - ExceptionCopyright © 2015–2016 Baidu. All rights reserved.