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

tech.guyi.component.channel.handler.OnMessageHandler Maven / Gradle / Ivy

The newest version!
package tech.guyi.component.channel.handler;

import tech.guyi.component.channel.message.Message;

import java.util.function.Consumer;

/**
 * 消息到达处理器
 * @author guyi
 * @version 2021/1/12 13:58
 */
@FunctionalInterface
public interface OnMessageHandler extends Consumer {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy