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

com.hyf.hotrefresh.remoting.rpc.handler.RpcHeartbeatResponseHandler Maven / Gradle / Ivy

package com.hyf.hotrefresh.remoting.rpc.handler;

import com.hyf.hotrefresh.remoting.rpc.payload.RpcHeartbeatResponse;

/**
 * @author baB_hyf
 * @date 2022/05/15
 */
public class RpcHeartbeatResponseHandler extends RpcMessageResponseHandler {

    @Override
    protected void handleResponse(RpcHeartbeatResponse response) throws Exception {

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy