Interface ThreadPoolHandler
- All Known Implementing Classes:
ClearThreadLocalThreadPoolHandler,ThreadPoolHandlerAdapter
public interface ThreadPoolHandler
- Author:
- Shuyang Zhou
-
Method Summary
Modifier and TypeMethodDescriptionvoidafterExecute(Runnable runnable, Throwable throwable) voidbeforeExecute(Thread thread, Runnable runnable) voidbeforeThreadEnd(Thread thread) voidbeforeThreadStart(Thread thread) void
-
Method Details
-
afterExecute
-
beforeExecute
-
beforeThreadEnd
-
beforeThreadStart
-
terminated
void terminated()
-