package com.tridium.util.backport.concurrent; public interface RejectedExecutionHandler { void rejectedExecution(Runnable runnable, ThreadPoolExecutor threadPoolExecutor); }