![JAR search and dependency download from the Maven repository](/logo.png)
com.hyf.hotrefresh.remoting.rpc.payload.RpcBatchRequest Maven / Gradle / Ivy
package com.hyf.hotrefresh.remoting.rpc.payload;
import com.hyf.hotrefresh.remoting.rpc.enums.RpcMessageType;
/**
* @author baB_hyf
* @date 2022/05/15
*/
public class RpcBatchRequest extends RpcBatchMessage {
@Override
public byte getMessageCode() {
return RpcMessageType.REQUEST_BATCH;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy