public interface ServerListener
| Modifier and Type | Method and Description |
|---|---|
void |
connectionLost()
Method executed when the connection with the IoTHub is lost.
|
void |
messageReceived(AmqpsMessage message)
Method executed when a message was received from IoTHub.
|
void |
messageSent(Integer messageHash,
Boolean deliveryState)
Method executed when a message was acknowledged by IoTHub.
|
void messageSent(Integer messageHash, Boolean deliveryState)
messageHash - The hash of the message.deliveryState - The state of the delivery.void messageReceived(AmqpsMessage message)
message - The message received.void connectionLost()
Copyright © 2017. All rights reserved.