| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service | |
| com.microsoft.azure.sdk.iot.service.transport.amqps |
| Modifier and Type | Method and Description |
|---|---|
static FeedbackBatch |
FeedbackBatchMessage.parse(String jsonString)
Parse received Json and create FeedbackBatch object
|
FeedbackBatch |
FeedbackReceiver.receive()
Receive FeedbackBatch with default timeout
|
FeedbackBatch |
FeedbackReceiver.receive(long timeoutMs)
Receive FeedbackBatch with specific timeout
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<FeedbackBatch> |
FeedbackReceiver.receiveAsync()
Async wrapper for receive() operation with default timeout
|
CompletableFuture<FeedbackBatch> |
FeedbackReceiver.receiveAsync(long timeoutMs)
Async wrapper for receive() operation with specific timeout
|
| Modifier and Type | Method and Description |
|---|---|
FeedbackBatch |
AmqpReceive.receive(long timeoutMs)
Synchronized call to receive feedback batch
Hide the event based receiving mechanism from the user API
|
Copyright © 2017. All rights reserved.