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, key, toString
public Delay(TimeUnit timeUnit, long value)
Copyright © 2018. All rights reserved.