Module subscription

Source
Expand description

Types descibing general WebSocket subscription/unsubscription JSON messages used across publishers, agents and routers.

Structs§

ErrorResponse
Sent from the server if an internal error occured while serving data for an existing subscription, or a client request sent a bad request.
InvalidFeedSubscriptionDetails
StreamUpdatedResponse
Sent from the server when new data is available for an existing subscription (only if delivery_format == Json).
SubscribeRequest
SubscribedResponse
Sent from the server after a successul subscription.
SubscribedWithInvalidFeedIdsIgnoredResponse
SubscriptionErrorResponse
Sent from the server if the requested subscription or unsubscription request could not be fulfilled.
SubscriptionId
UnsubscribeRequest
UnsubscribedResponse

Enums§

Request
A request sent from the client to the server.
Response
A JSON response sent from the server to the client.