Class AbstractScheduledService.CustomScheduler.Schedule

    • Constructor Summary

      Constructors 
      Constructor Description
      Schedule​(long delay, java.util.concurrent.TimeUnit unit)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Schedule

        public Schedule​(long delay,
                        java.util.concurrent.TimeUnit unit)
        Parameters:
        delay - the time from now to delay execution
        unit - the time unit of the delay parameter