| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service | |
| com.microsoft.azure.sdk.iot.service.transport.amqps |
| Modifier and Type | Method and Description |
|---|---|
FileUploadNotification |
FileUploadNotificationReceiver.receive()
Receive FileUploadNotification with default timeout
|
FileUploadNotification |
FileUploadNotificationReceiver.receive(long timeoutMs)
Receive FileUploadNotification with specific timeout
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<FileUploadNotification> |
FileUploadNotificationReceiver.receiveAsync()
Async wrapper for receive() operation with default timeout
|
CompletableFuture<FileUploadNotification> |
FileUploadNotificationReceiver.receiveAsync(long timeoutMs)
Async wrapper for receive() operation with specific timeout
|
| Modifier and Type | Method and Description |
|---|---|
FileUploadNotification |
AmqpFileUploadNotificationReceive.receive(long timeoutMs)
Synchronized call to receive feedback batch
Hide the event based receiving mechanism from the user API
|
Copyright © 2017. All rights reserved.