[WebSocket] Listen to registered events of given subscriber
GET/subscriber/:subscriber_id/handle
WebSocket Endpoint​
The client needs to send all the required headers for a ws connection and has to handle the websocket protocol.
Note this can not be tested from within swagger!
The connection to this endpoint will never be closed. All action events of the system this subscriber has registerd will be send to this connection.
Request​
Path Parameters
subscriber_id stringrequired
The identifier of the subscriber
Responses​
- 404
No subscriber found
- text/plain
- Schema
Schema
string
Loading...