Uses of Class
com.eurotech.framework.EsfNotConnectedException

Packages that use EsfNotConnectedException
com.eurotech.framework.data Provides services for connecting and communicating with a MQTT broker. 
 

Uses of EsfNotConnectedException in com.eurotech.framework.data
 

Methods in com.eurotech.framework.data that throw EsfNotConnectedException
 DataTransportToken DataTransportService.publish(String topic, byte[] payload, int qos, boolean retain)
          Enqueues a message for publishing with the underlying transport implementation.
 void DataService.subscribe(String topic, int qos)
          Subscribes to the specified topic with the remote server.
 void DataTransportService.subscribe(String topic, int qos)
          Subscribes to a topic on the broker.
 void DataService.unsubscribe(String topic)
          Unubscribes to the specified topic with the remote server.
 void DataTransportService.unsubscribe(String topic)
          Unsubscribes to a topic on the broker.
 



Copyright © 2013. All Rights Reserved.