agent-backend/cmconfig.readme.md
2021-11-05 14:42:20 +08:00

12 lines
465 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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