Class SchedulerWhen.DelayedAction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Runnable action  
      private long delayTime  
      private java.util.concurrent.TimeUnit unit  
    • Constructor Summary

      Constructors 
      Constructor Description
      DelayedAction​(java.lang.Runnable action, long delayTime, java.util.concurrent.TimeUnit unit)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected Disposable callActual​(Scheduler.Worker actualWorker, CompletableObserver actionCompletable)  
      • Methods inherited from class java.util.concurrent.atomic.AtomicReference

        accumulateAndGet, compareAndExchange, compareAndExchangeAcquire, compareAndExchangeRelease, compareAndSet, get, getAcquire, getAndAccumulate, getAndSet, getAndUpdate, getOpaque, getPlain, lazySet, set, setOpaque, setPlain, setRelease, toString, updateAndGet, weakCompareAndSet, weakCompareAndSetAcquire, weakCompareAndSetPlain, weakCompareAndSetRelease, weakCompareAndSetVolatile
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • action

        private final java.lang.Runnable action
      • delayTime

        private final long delayTime
      • unit

        private final java.util.concurrent.TimeUnit unit
    • Constructor Detail

      • DelayedAction

        DelayedAction​(java.lang.Runnable action,
                      long delayTime,
                      java.util.concurrent.TimeUnit unit)