agent-backend/cmconfig.readme.md

12 lines
465 B
Markdown
Raw Normal View History

2021-11-05 02:29:30 +00:00
# 配置项
## wsPluginActions: WS端,包括contractManagerFrameHandler和CMHttpHandler
## clientToAgentPlugins: client -> cluster 包括MasterClientFrameHandler
## clientToClusterPlugins:[], client -> NodeCenterClientHandler
2021-11-05 06:42:20 +00:00
## tcpPlugins:tcp 包括TcpserverFrameHandler
# 配置说明
## 使用字符串分割如需添加多项在agent-backend/script/config.json.template里修改如:
``````
"wsPluginActions": "org.bdware.metering.MeteringAction"
``````