public interface SleepingBackOffPolicy<T extends SleepingBackOffPolicy<T>> extends BackOffPolicy
BackOffPolicys indicating that they sleep
when backing off.| Modifier and Type | Method and Description |
|---|---|
T |
withSleeper(Sleeper sleeper)
Clone the policy and return a new policy which uses the passed sleeper.
|
backOff, startCopyright © 2018 SpringSource. All rights reserved.