新版仿ok交易所-后端
1
zyy
2026-05-22 333a1244c1c1be7b8a610848330397e70b9dbd04
1
2
3
4
5
6
7
8
9
package com.yami.trading.huobi.data.job;
 
import java.util.concurrent.RejectedExecutionHandler;
import java.util.concurrent.ThreadPoolExecutor;
 
public class OffLineEventRejectExecutingHandler implements RejectedExecutionHandler {
    public void rejectedExecution(Runnable r, ThreadPoolExecutor executor) {
    }
}