java.util.concurrent.Delayed
kotlin.Comparable
public class DelayUrl implements Delayed
private final Long
startTime
private final UrlAware
url
private final Duration
delay
DelayUrl(UrlAware url, Duration delay)
final Long
getStartTime()
final UrlAware
getUrl()
final Duration
getDelay()
Integer
compareTo(Delayed other)
Long
getDelay(TimeUnit unit)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final Long getStartTime()
final UrlAware getUrl()
final Duration getDelay()
Integer compareTo(Delayed other)
Long getDelay(TimeUnit unit)