|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SleepingBackOffPolicy<T extends SleepingBackOffPolicy<T>>
A interface which can be mixed in by BackOffPolicy
s indicating that they sleep
when backing off.
Method Summary | |
---|---|
T |
withSleeper(Sleeper sleeper)
Clone the policy and return a new policy which uses the passed sleeper. |
Methods inherited from interface org.springframework.retry.backoff.BackOffPolicy |
---|
backOff, start |
Method Detail |
---|
T withSleeper(Sleeper sleeper)
sleeper
- Target to be invoked any time the backoff policy sleeps
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |