mirror of
https://gitee.com/BDWare/agent-backend
synced 2025-01-10 01:44:14 +00:00
12 lines
465 B
Markdown
12 lines
465 B
Markdown
# 配置项
|
||
## 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"
|
||
``````
|