Subscribe to events from a WebSocket
Last updated 5 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
GET /joule/ws/stream/{topicId} HTTP/1.1 Host: Accept: */*
OK
{ "eventType": "text", "lineage": { "ANY_ADDITIONAL_PROPERTY": 1 }, "eventTime": 1, "ingestTime": 1, "value": {}, "uUID": "text", "subType": {}, "dictionary": { "ANY_ADDITIONAL_PROPERTY": {} }, "snapshot": { "": {}, "present": true, "empty": true } }