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

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

package com.hyf.hotrefresh.remoting.rpc;

/**
 * @author baB_hyf
 * @date 2022/05/15
 * @see com.hyf.hotrefresh.remoting.message.handler.MessageHandler
 * @see com.hyf.hotrefresh.remoting.message.handler.AbstractMessageHandler
 */
public interface RpcMessageHandler {

    default void init(RpcMessageHandlerRegistry registry) {
    }

    RESP handle(REQ rpcMessage) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy