Xentara WebSocket API Specification v2.0.4
User Manual
|
The Xentara WebSocket interface offers subscription feature that provide continuous access to updated values. These capabilities allow the server to automatically send updates for subscribed values whenever those values change, offering an another alternative to the Read command.
To initiate subscriptions, clients need to send requests according to the guidelines specified in the Subscribe and Unsubscribe commands as described in the WebSocket API Specification. Each subscription is identified by a unique UUID, which acts as the subscription ID, allowing for effective tracking and management of subscriptions.
Subscriptions can be tailored with rate limits to define both minimum and maximum rates for updates. This feature ensures that subscribers receive updates as needed while minimizing unnecessary data transmission and optimizing system resources.
These subscription features are designed to improve the efficiency and effectiveness of data delivery in Xentara, providing a scalable and flexible method for accessing updated values.