Class SimpleLogRejectedExecutionHandler
java.lang.Object
com.github.shoothzj.javatool.executor.SimpleLogRejectedExecutionHandler
- All Implemented Interfaces:
RejectedExecutionHandler
- Author:
- hezhangjian
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrejectedExecution(Runnable r, ThreadPoolExecutor executor)
-
Constructor Details
-
SimpleLogRejectedExecutionHandler
public SimpleLogRejectedExecutionHandler()
-
-
Method Details
-
rejectedExecution
- Specified by:
rejectedExecutionin interfaceRejectedExecutionHandler
-