Interface RejectedExecutionHandler
- All Known Implementing Classes:
AbortPolicy
,CallerRunsPolicy
,DiscardOldestPolicy
,DiscardPolicy
,DiscardWithCancelPolicy
public interface RejectedExecutionHandler
Provides the same interface as
RejectedExecutionHandler
.- Author:
- Shuyang Zhou
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
rejectedExecution
(Runnable runnable, ThreadPoolExecutor threadPoolExecutor)
-
Method Details
-
rejectedExecution
-