Subscribe to events from a WebSocket
Last updated 4 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.
Topic Id to publish event data too
quoteStream
curl -L \ --url '/joule/ws/stream/{topicId}'
{ "eventType": "text", "lineage": { "ANY_ADDITIONAL_PROPERTY": 1 }, "eventTime": 1, "ingestTime": 1, "value": {}, "uUID": "text", "subType": {}, "dictionary": { "ANY_ADDITIONAL_PROPERTY": {} }, "snapshot": { "": {}, "present": true, "empty": true } }