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

com.feingto.iot.common.handler.MessageHandler Maven / Gradle / Ivy

There is a newer version: 2.3.3.RELEASE
Show newest version
package com.feingto.iot.common.handler;

import io.netty.channel.Channel;

/**
 * 消息处理接口
 *
 * @author longfei
 */
public interface MessageHandler {
    void handle(Channel channel, Object object);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy