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

com.github.linyuzai.connection.loadbalance.netty.concept.NettyMessageHandler Maven / Gradle / Ivy

There is a newer version: 2.7.1
Show newest version
package com.github.linyuzai.connection.loadbalance.netty.concept;

import com.github.linyuzai.connection.loadbalance.core.message.MessageHandler;

/**
 * Netty 消息处理器。
 * 

* Netty message handler. */ public interface NettyMessageHandler extends MessageHandler, NettyEventListener { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy