Class Regularly


  • public class Regularly
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Regularly​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void remove​(java.lang.Runnable runnable)  
      void shutdown()  
      void submit​(java.lang.Runnable task, java.time.Duration successPeriod, java.time.Duration retryPeriod)  
      • Methods inherited from class java.lang.Object

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

      • Regularly

        public Regularly​(java.lang.String name)
    • Method Detail

      • submit

        public void submit​(java.lang.Runnable task,
                           java.time.Duration successPeriod,
                           java.time.Duration retryPeriod)
      • shutdown

        public void shutdown()
      • remove

        public void remove​(java.lang.Runnable runnable)