emqx / emqx-extension-examples

Examples for ExHook & ExProto
46 stars 21 forks source link

ConnectionAdapter.Subscribe如何接收数据? #13

Closed hessonsu closed 2 years ago

hessonsu commented 3 years ago

当我使用ConnectionAdapter.Subscribe 订阅testTopic 之后 我是如何接收testTopic 推送过来的的数据呢? 没有看到示例代码

WangScaler commented 3 years ago

订阅到的主题会回调onReceivedMessages,在这个方法里你可以ConnectionAdapter.send(); 我之前写了java的demo,已提交PR,但是未合并,你可以去我的github查看demo。