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

tech.guyi.component.channel.message.MessageReplier Maven / Gradle / Ivy

package tech.guyi.component.channel.message;

/**
 * 消息回复处理
 * @author guyi
 * @version 2021/1/12 13:21
 */
@FunctionalInterface
public interface MessageReplier {

    void apply(Message message, byte[] bytes);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy