Expand description
Types descibing general WebSocket subscription/unsubscription JSON messages used across publishers, agents and routers.
Structs§
- Sent from the server if an error occured while serving data for an existing subscription.
- Sent from the server when new data is available for an existing subscription (only if
delivery_format == Json
). - Sent from the server after a successul subscription.
- Sent from the server if the requested subscription or unsubscription request could not be fulfilled.
Enums§
- A request sent from the client to the server.
- A response sent from the server to the client.