Class SchedulerProvider


  • public final class SchedulerProvider
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.concurrent.ScheduledThreadPoolExecutor timeoutScheduler  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.concurrent.ScheduledThreadPoolExecutor getTimeoutScheduler​(ClosableLock lock)  
      • Methods inherited from class java.lang.Object

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

      • timeoutScheduler

        private static java.util.concurrent.ScheduledThreadPoolExecutor timeoutScheduler
    • Constructor Detail

      • SchedulerProvider

        public SchedulerProvider()
    • Method Detail

      • getTimeoutScheduler

        public static java.util.concurrent.ScheduledThreadPoolExecutor getTimeoutScheduler​(ClosableLock lock)