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

com.hyf.hotrefresh.plugin.arthas.remoting.RpcArthasCommandResponseHandler Maven / Gradle / Ivy

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

import com.hyf.hotrefresh.plugin.arthas.remoting.payload.RpcArthasCommandResponse;
import com.hyf.hotrefresh.remoting.rpc.handler.RpcMessageResponseHandler;

public class RpcArthasCommandResponseHandler extends RpcMessageResponseHandler {
    @Override
    protected void handleResponse(RpcArthasCommandResponse response) throws Exception {

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy