package
1.0.0
Repository: https://github.com/dfklegend/cell2.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewServiceWithDispatcher 定义remote的接口处理者 handler的接口由handlerComponent创建时根据服务类型来指定(并不是服务自身的接口,也不能直接调用) apiCollection 需要注册的collectioncollection.
StartNodeService "启动"nodeService 发送消息,通知启动(在service的routine里).

# Constants

SystemAPI 所有service都要支持的.

# Variables

No description provided by the author

# Structs

No description provided by the author
FuncCreator impl IServiceCreator.
NodeService 节点服务 能定义客户端协议处理(非前端自动转发) 能提供服务器组内RPC 使用服务发现来进行服务维护 need send StartServiceCmd after created 可以设置一些参数传递进来.
No description provided by the author

# Interfaces

IComponent 可以加入到nodeservice中.
ICtrlCmdListener 控制消息处理者, 比如退休.
一般会有一个actor的service提供实际服务 nodeService实际上负责,配置读取等.
嵌入nodeservice的必须实现此接口.
IServiceCreator 构建器.
No description provided by the author

# Type aliases

No description provided by the author