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
-
-
Field Summary
Fields Modifier and Type Field Description static PreInterruptCallbackInvocationNOOP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecutePreInterruptCallback(java.lang.Thread threadToInterrupt, java.util.function.Consumer<java.lang.Throwable> errorHandler)
-
-
-
Field Detail
-
NOOP
static final PreInterruptCallbackInvocation NOOP
-
-