|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EsfMqttSubscription | |
---|---|
com.esf.net.mqtt.client.service |
Uses of EsfMqttSubscription in com.esf.net.mqtt.client.service |
---|
Methods in com.esf.net.mqtt.client.service that return EsfMqttSubscription | |
---|---|
EsfMqttSubscription[] |
IEsfMqttClient.getSubscriptions()
Returns an array of EsfMqttSubscriptions objects representing the current subscriptions of the client. |
Methods in com.esf.net.mqtt.client.service with parameters of type EsfMqttSubscription | |
---|---|
boolean |
EsfMqttSubscription.equals(EsfMqttSubscription sub)
|
int |
IEsfMqttMasterClient.subscribe(EsfMqttSubscription subscription)
Subscribes to a topic with the MQtt broker. |
int |
IEsfMqttClient.subscribe(EsfMqttSubscription subscription)
Subscribes to a topic with the MQtt broker. |
int |
IEsfMqttMasterClient.subscribe(EsfMqttSubscription[] subscriptions)
Subscribes to one or more topics with the MQtt broker. |
int |
IEsfMqttClient.subscribe(EsfMqttSubscription[] subscriptions)
Subscribes to one or more topics with the MQtt broker. |
int |
IEsfMqttMasterClient.subscribe(java.lang.String sensorId,
EsfMqttSubscription subscription)
Subscribes to a topic with the MQtt broker. |
int |
IEsfMqttCloudClient.subscribe(java.lang.String sensorId,
EsfMqttSubscription subscription)
Subscribes to a topic with the MQtt broker. |
int |
IEsfMqttMasterClient.subscribe(java.lang.String sensorId,
EsfMqttSubscription[] subscriptions)
Subscribes to one or more topics with the MQtt broker. |
int |
IEsfMqttCloudClient.subscribe(java.lang.String sensorId,
EsfMqttSubscription[] subscriptions)
Subscribes to one or more topics with the MQtt broker. |
int |
IEsfMqttMasterClient.unsubscribe(EsfMqttSubscription subscription)
Unsubscribes from a topic with the MQtt broker. |
int |
IEsfMqttClient.unsubscribe(EsfMqttSubscription subscription)
Unsubscribes from a topic with the MQtt broker. |
int |
IEsfMqttMasterClient.unsubscribe(java.lang.String sensorId,
EsfMqttSubscription subscription)
Unsubscribes from a topic with the MQtt broker. |
int |
IEsfMqttCloudClient.unsubscribe(java.lang.String sensorId,
EsfMqttSubscription subscription)
Unsubscribes from a topic with the MQtt broker. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |