|
Interface Summary |
| DataService |
The DataService provides the ability of connecting to a remote
broker, publish messages, subscribe to topics, receive messages on the
subscribed topics, and disconnect from the remote message broker. |
| DataServiceListener |
Implementors of this interface will be able to handle DataService
events such as notifications of connection establishing, message arrival, etc. |
| DataTransportListener |
Listener interface to be implemented by applications that needs to be notified of events in the DataTransportService. |
| DataTransportService |
DataTransportService implementations provide the ability of connecting to a
remote broker, publish messages, subscribe to topics, receive messages on the
subscribed topics, and disconnect from the remote message broker. |