Class DelayUrl

  • All Implemented Interfaces:
    java.util.concurrent.Delayed , kotlin.Comparable

    
    public class DelayUrl
     implements Delayed
                        

    The delay url. A delay url is a url with a delay. Delay urls can work with a DelayQueue, so every time when we retrieve an item from the queue, only the items with delay expired are available.