com.github.unclecatmyself.bootstrap.BootstrapServer Maven / Gradle / Ivy
package com.github.unclecatmyself.bootstrap;
import com.github.unclecatmyself.common.properties.InitNetty;
/**
* Create by UncleCatMySelf in 2018/12/06
**/
public interface BootstrapServer {
void shutdown();
void setServerBean(InitNetty serverBean);
void start();
}