| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.device.transport.amqps |
AMQPS IoT Hub transport and communication classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerListener.messageReceived(AmqpsMessage message)
Method executed when a message was received from IoTHub.
|
void |
AmqpsTransport.messageReceived(AmqpsMessage message)
When a message is received, it is added to the list of messages to be processed.
|
Boolean |
AmqpsIotHubConnection.sendMessageResult(AmqpsMessage message,
IotHubMessageResult result)
Sends the message result for the previously received message.
|
Copyright © 2017. All rights reserved.