新版仿ok交易所-后端
1
zyy
2026-04-28 4afdfe3c9b53bf1cfa1a1c694e721d8e99789494
1
2
3
4
5
6
7
package com.yami.trading.huobi.data.websocket.utils;
 
@FunctionalInterface
public interface ResponseCallback<T> {
 
    void onResponse(T response);
}