Interface IThreadPoolRetryHandler
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface which specifies a handler which will be called when the thread pool throws any exception.
- Since:
- 4.2.0 - 2022-07-14
- Author:
- hypfvieh
-
Method Summary
Modifier and TypeMethodDescriptionbooleanhandle(ExecutorNames _executor, Exception _ex) Called to handle an exception.
-
Method Details