![JAR search and dependency download from the Maven repository](/logo.png)
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