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

com.codingapi.tx.netty.service.NettyControlService Maven / Gradle / Ivy

package com.codingapi.tx.netty.service;

import io.netty.channel.ChannelHandlerContext; /**
 * create by lorne on 2017/11/11
 */
public interface NettyControlService {
    void restart();


    void executeService(ChannelHandlerContext ctx, String json);


    void uploadModelInfo();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy