Allow interaction with event buses like Websocket and Redis publish/subscribe servers.
Maintainer(s):
rustyconover
Installing and Loading
INSTALL radio FROM community;
LOAD radio;
About radio
For more information regarding usage, see the documentation.
Added Functions
| function_name | function_type | description | comment | examples |
|---|---|---|---|---|
| radio_flush | table | NULL | NULL | |
| radio_listen | table | NULL | NULL | |
| radio_received_messages | table | NULL | NULL | |
| radio_sleep | table | NULL | NULL | |
| radio_subscribe | table | NULL | NULL | |
| radio_subscription_received_message_add | table | NULL | NULL | |
| radio_subscription_received_messages | table | NULL | NULL | |
| radio_subscription_transmit_message_delete | table | NULL | NULL | |
| radio_subscription_transmit_messages | table | NULL | NULL | |
| radio_subscription_transmit_messages_delete_finished | table | NULL | NULL | |
| radio_subscriptions | table | NULL | NULL | |
| radio_transmit_message | table | NULL | NULL | |
| radio_unsubscribe | table | NULL | NULL | |
| radio_version | scalar | NULL | NULL |
Overloaded Functions
This extension does not add any function overloads.
Added Types
This extension does not add any types.
Added Settings
This extension does not add any settings.