Class TimeoutInvocationFactory.ExecutorResource

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.concurrent.ScheduledExecutorService executor  
    • Constructor Summary

      Constructors 
      Constructor Description
      ExecutorResource​(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

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

      • ExecutorResource

        ExecutorResource​(java.util.concurrent.ScheduledExecutorService executor)