eda_sys_message_bus_push_public
Push a message to the public message bus for delivery to a single puller. Enables targeted event communication between EDA components.
Instructions
sys_MessageBus.pushPublic(topic: string, message: any) -> void 公共消息总线:推消息 remarks: 每个消息只有一个 Puller 可以收到
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |