All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hyf.hotrefresh.plugin.arthas.remoting.payload.RpcArthasCommandResponse Maven / Gradle / Ivy

package com.hyf.hotrefresh.plugin.arthas.remoting.payload;

import com.hyf.hotrefresh.remoting.rpc.enums.RpcMessageType;
import com.hyf.hotrefresh.remoting.rpc.payload.RpcRequest;

public class RpcArthasCommandResponse extends RpcRequest {
    @Override
    public byte getMessageCode() {
        return RpcMessageType.RESPONSE_COMMAND_ARTHAS;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy