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

com.github.bingoohuang.blackcat.sdk.BlackcatMsgHandler Maven / Gradle / Ivy

package com.github.bingoohuang.blackcat.sdk;

import com.github.bingoohuang.blackcat.sdk.protobuf.BlackcatMsg.BlackcatReq;
import io.netty.channel.ChannelHandlerContext;

public interface BlackcatMsgHandler {
    void handle(BlackcatReq req, ChannelHandlerContext ctx);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy