mirror of
https://github.com/fhmq/hmq.git
synced 2026-05-02 14:28:34 +00:00
10 lines
216 B
JSON
10 lines
216 B
JSON
{
|
|
"addr": [
|
|
"127.0.0.1:9090"
|
|
],
|
|
"onConnect": "onConnect",
|
|
"onPublish": "onPublish",
|
|
"onSubscribe": "onSubscribe",
|
|
"onDisconnect": "onDisconnect",
|
|
"onUnsubscribe": "onUnsubscribe"
|
|
} |