peter
2025-06-26 35e8cccc2face63ecb14c1c3d0d03856d3873fbc
1
2
3
4
5
6
7
package com.yami.trading.huobi.data.websocket.utils;
 
@FunctionalInterface
public interface ResponseCallback<T> {
 
    void onResponse(T response);
}