feat: define powerjob remote framework

This commit is contained in:
tjq 2022-12-31 12:52:43 +08:00
parent d3b8c4e353
commit 84ef2fd120

View File

@ -9,11 +9,17 @@ import java.util.List;
/** /**
* client & server initializer * client & server initializer
* *
* @author tjq * @author MuBao
* @since 2022/12/31 * @since 2022/12/31
*/ */
public interface CSInitializer extends Closeable { public interface CSInitializer extends Closeable {
/**
* 类型名称比如 akka, netty4httpJson
* @return 名称
*/
String type();
/** /**
* initialize the framework * initialize the framework
* @param config config * @param config config