Class OnSubscribeTimerPeriodically

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) long initialDelay  
      (package private) long period  
      (package private) Scheduler scheduler  
      (package private) java.util.concurrent.TimeUnit unit  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void call​(Subscriber<? super java.lang.Long> child)  
      • Methods inherited from class java.lang.Object

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

      • initialDelay

        final long initialDelay
      • period

        final long period
      • unit

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

      • OnSubscribeTimerPeriodically

        public OnSubscribeTimerPeriodically​(long initialDelay,
                                            long period,
                                            java.util.concurrent.TimeUnit unit,
                                            Scheduler scheduler)