Class TimeoutExtension.ExecutorResource

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.concurrent.ScheduledExecutorService executor  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()
      Close underlying resources.
      (package private) java.util.concurrent.ScheduledExecutorService get()  
      • Methods inherited from class java.lang.Object

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

      • executor

        private final java.util.concurrent.ScheduledExecutorService executor
    • Constructor Detail

      • ExecutorResource

        ExecutorResource()