event_bus_bus_subscribe
Subscribe to event topics on the bus. Use '*' to receive all events. Provide a subscriber name to identify the recipient.
Instructions
[event_bus] Subscribe to a topic. Use topic='*' to receive all events. subscriber is a name string identifying who receives the events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | ||
| subscriber | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |