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