| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service | |
| com.microsoft.azure.sdk.iot.service.transport.amqps |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceClient.send(String deviceId,
Message message)
Send a one-way message to the specified device
|
CompletableFuture<Void> |
ServiceClient.sendAsync(String deviceId,
Message message)
Provide asynchronous access to send()
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmqpSendHandler.createProtonMessage(String deviceId,
Message message)
Create Proton message from deviceId and content string
|
void |
AmqpSend.send(String deviceId,
Message message)
Create binary message
Initialize and start Proton reactor
Send the created message
|
Copyright © 2017. All rights reserved.