mirror of
https://github.com/PowerJob/PowerJob.git
synced 2025-07-17 00:00:04 +08:00
feat: define powerjob remote framework
This commit is contained in:
parent
d3b8c4e353
commit
84ef2fd120
@ -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, netty4,httpJson
|
||||||
|
* @return 名称
|
||||||
|
*/
|
||||||
|
String type();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* initialize the framework
|
* initialize the framework
|
||||||
* @param config config
|
* @param config config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user