public abstract class DelayPolicyWrapper<T> extends Object implements DelayPolicy<T>
| Modifier and Type | Field and Description |
|---|---|
protected DelayPolicy<? super T> |
target |
DEFAULT, INVALID| Constructor and Description |
|---|
DelayPolicyWrapper(DelayPolicy<? super T> target) |
| Modifier and Type | Method and Description |
|---|---|
protected static Duration |
max(Duration a,
Duration b) |
protected static Duration |
min(Duration a,
Duration b) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelay, exponential, exponential, exponential, exponential, fixedInterval, fixedInterval, fixedInterval, fixedInterval, isValid, withCusomizer, withFirstRetryNoDelay, withMaxDelay, withMaxDelay, withMaxDelay, withMaxDelay, withMinDelay, withMinDelay, withMinDelay, withMinDelay, withOnFailureNoDelay, withOnSuccessNoDelay, withProportionalJitter, withProportionalJitter, withUniformJitter, withUniformJitter, withUniformJitter, withUniformJitterprotected final DelayPolicy<? super T> target
public DelayPolicyWrapper(DelayPolicy<? super T> target)
Copyright © 2021. All rights reserved.