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

com.hyf.hotrefresh.remoting.message.handler.MessageHandler Maven / Gradle / Ivy

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

import com.hyf.hotrefresh.remoting.message.Message;

/**
 * @author baB_hyf
 * @date 2022/05/15
 */
public interface MessageHandler {

    Message handle(Message request) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy