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 {
}
}