public interface ThreadPoolHandler
Modifier and Type | Method and Description |
---|---|
void |
afterExecute(Runnable runnable,
Throwable throwable) |
void |
beforeExecute(Thread thread,
Runnable runnable) |
void |
beforeThreadEnd(Thread thread) |
void |
beforeThreadStart(Thread thread) |
void |
terminated() |