Interface PreInterruptCallbackInvocation

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    interface PreInterruptCallbackInvocation
    Since:
    5.12
    • Method Detail

      • executePreInterruptCallback

        void executePreInterruptCallback​(java.lang.Thread threadToInterrupt,
                                         java.util.function.Consumer<java.lang.Throwable> errorHandler)