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

com.hyf.hotrefresh.remoting.rpc.RpcMessageHandlerRegistrationInfo Maven / Gradle / Ivy

package com.hyf.hotrefresh.remoting.rpc;

import com.hyf.hotrefresh.remoting.rpc.enums.HandleSide;

/**
 * @author baB_hyf
 * @date 2022/05/17
 */
public interface RpcMessageHandlerRegistrationInfo {

    byte handleMessageCode();

    HandleSide handleSide();

    RpcMessageHandler rpcMessageHandler();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy