Class ExecutorGroup.RejectedExecution

  • All Implemented Interfaces:
    java.util.concurrent.RejectedExecutionHandler
    Enclosing class:
    ExecutorGroup

    static final class ExecutorGroup.RejectedExecution
    extends java.lang.Object
    implements java.util.concurrent.RejectedExecutionHandler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void rejectedExecution​(java.lang.Runnable runnable, java.util.concurrent.ThreadPoolExecutor executor)  
      • Methods inherited from class java.lang.Object

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

      • RejectedExecution

        RejectedExecution()
    • Method Detail

      • rejectedExecution

        public void rejectedExecution​(java.lang.Runnable runnable,
                                      java.util.concurrent.ThreadPoolExecutor executor)
        Specified by:
        rejectedExecution in interface java.util.concurrent.RejectedExecutionHandler