| 程序包 | 说明 |
|---|---|
| com.github.lowzj.retry |
| 限定符和类型 | 方法和说明 |
|---|---|
static BlockStrategy |
BlockStrategies.threadSleepStrategy()
Returns a block strategy that puts the current thread to sleep between
retries.
|
| 限定符和类型 | 方法和说明 |
|---|---|
RetryerBuilder<V> |
RetryerBuilder.withBlockStrategy(BlockStrategy blockStrategy)
Sets the block strategy used to decide how to block between retry attempts.
|
Copyright © 2018. All rights reserved.