subscribe method
Subscribe the event with {@link tech.firmer.mesh.macro.Bindings} or {@link tech.firmer.mesh.macro.Binding} 消息订阅服务接口,主要是实现该接口订阅对应的topic-code.
Implementation
@MPI(flags: 8, name: "mesh.queue.subscribe")
Future<void> subscribe(Event event, {Context? ctx}) {
throw UnimplementedError('subscribe() has not been implemented.');
}