bus_wait
Wait for a matching message by long-polling the bus. Filter by tags, sender, or recipient, and adjust timeout and polling interval to fit your needs.
Instructions
Long-poll until a matching message arrives. Defaults to messages broadcast or addressed to this role, excluding its own.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| since | No | ||
| for_me | No | Default true; set false to observe all traffic. | |
| timeout | No | ||
| from_sender | No | ||
| poll_interval | No | ||
| exclude_sender | No |