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

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

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

import io.netty.channel.Channel;

import java.util.function.Consumer;

/**
 * 管道建立完成处理器
 * @author guyi
 * @version 2021/1/12 13:58
 */
@FunctionalInterface
public interface OnChannelHandler extends Consumer {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy