WebSocket

Subscribe to events from a WebSocket

Overview

The Websocket API allows developers to subscribe to processed events from a Joule process. This is useful for validating processing streams.


Connect and receive websocket events

get
Path parameters
topicIdstringRequired

Topic Id to publish event data too

Example: quoteStream
Responses
200

OK

application/json
get
/joule/ws/stream/{topicId}
200

OK

Last updated

Was this helpful?