Subscribe to events from a WebSocket
Last updated 3 months ago
Was this helpful?
The Websocket API allows developers to subscribe to processed events from a Joule process. This is useful for validating processing streams.
/joule/ws/stream/{topicId}
Topic Id to publish event data too
quoteStream
curl -L \ --url '/joule/ws/stream/{topicId}'
{ "eventType": "text", "eventTime": 1, "ingestTime": 1, "value": {}, "uUID": "text", "subType": {}, "snapshot": { "": {}, "present": true, "empty": true }, "lineage": { "ANY_ADDITIONAL_PROPERTY": 1 }, "dictionary": { "ANY_ADDITIONAL_PROPERTY": {} } }