public class Delay extends ObjectWithReflectiveEqualsHashCodeToString
| Modifier and Type | Method and Description | 
|---|---|
void | 
applyDelay()  | 
static Delay | 
delay(TimeUnit timeUnit,
     long value)  | 
TimeUnit | 
getTimeUnit()  | 
long | 
getValue()  | 
static Delay | 
milliseconds(long value)  | 
static Delay | 
minutes(long value)  | 
static Delay | 
seconds(long value)  | 
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toStringpublic Delay(TimeUnit timeUnit, long value)
Copyright © 2022. All rights reserved.