Class Scheduler

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    @Singleton
    public class Scheduler
    extends java.lang.Object
    implements java.lang.AutoCloseable
    • Constructor Summary

      Constructors 
      Constructor Description
      Scheduler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      java.util.concurrent.ScheduledExecutorService getScheduledExecutorService()  
      • Methods inherited from class java.lang.Object

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

      • Scheduler

        public Scheduler()
    • Method Detail

      • getScheduledExecutorService

        public java.util.concurrent.ScheduledExecutorService getScheduledExecutorService()
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable