Interface | Description |
---|---|
ProxyModelInfrastructure.ProxyModelListener |
The listener that notifies about events happening in the RemoteModel.
|
Class | Description |
---|---|
ProxyModelAdapter |
Adapter for ProxyModelListener.
|
ProxyModelInfrastructure |
ProxyModelInfrastructure set ups infrastructure for executing models
in a distributed mode between client and server.
|
ProxyModelResponse |
The server's response to the request to open a model.
|
ProxySourceData |
A helper data structure holding a reference to the proxy source and its queue.
|
ProxyValueListener |
A value listener that listens to changes made to a variable widget
and publishes the changes as an AttributeChangeToken.
|
TokenListener |
TokenListener is responsible for processing MQTT messages received,
converting back to tokens and putting those tokens into appropriate queues.
|
TokenPublisher |
TokenPublisher batches tokens, converts to them binary and then publishes the result to the MQTT topic.
|