Package | Description |
---|---|
com.eurotech.framework.data |
Provides services for connecting and communicating with a MQTT broker.
|
Modifier and Type | Method and Description |
---|---|
DataTransportToken |
DataTransportService.publish(String topic,
byte[] payload,
int qos,
boolean retain)
Enqueues a message for publishing with the underlying transport implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
DataTransportListener.onMessageConfirmed(DataTransportToken token)
Notifies the listener that a message has been confirmed by the remote server.
|
Copyright © 2013. All Rights Reserved.