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: