1 package org.oxerr.huobi.websocket.dto.response.payload; 2 3 import org.oxerr.huobi.websocket.dto.response.Response; 4 5 /** 6 * The payload of {@link Response}. 7 */ 8 public interface Payload { 9 10 }