Package com.eurotech.framework.data

Provides services for connecting and communicating with a MQTT broker.

See:
          Description

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.
 

Class Summary
DataTransportToken DataTransportToken is an receipt returned by the DataTransportService after the publishing of a message.
 

Package com.eurotech.framework.data Description

Provides services for connecting and communicating with a MQTT broker.



Copyright © 2013. All Rights Reserved.