public interface SleepingBackOffPolicy<T extends SleepingBackOffPolicy<T>> extends BackOffPolicy
BackOffPolicy
s 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, start
Copyright © 2018 SpringSource. All rights reserved.