WebSocket
Airy Core offers a WebSocket server that allows clients to connect and receive near real-time updates.
The WebSocket server uses the
STOMP
protocol endpoint at /ws.communication
.
#
Event PayloadsAll event updates are sent to the /events
queue as JSON encoded payloads. The
type
field informs the client of the kind of update that is encoded in the
payload.
message.updated
#
metadata.updated
#
Includes the full and current state of a metadata object given a namespace-identifier pair
Sample payload
channel.updated
#
tag.updated
#
component.updated
#
Includes the current status of a component
Sample payload