| 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
QoS for receiving file upload notifications is at least once
This function is synchronized internally so that only one receive operation is allowed at a time.
|
FileUploadNotification |
FileUploadNotificationReceiver.receive(long timeoutMs)
Receive FileUploadNotification with specific timeout
QoS for receiving file upload notifications is at least once
This function is synchronized internally so that only one receive operation is allowed at a time.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<FileUploadNotification> |
FileUploadNotificationReceiver.receiveAsync()
Async wrapper for receive() operation with default timeout
QoS for receiving file upload notifications is at least once
|
CompletableFuture<FileUploadNotification> |
FileUploadNotificationReceiver.receiveAsync(long timeoutMs)
Async wrapper for receive() operation with specific timeout
QoS for receiving file upload notifications is at least once
|
| 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 © 2022. All rights reserved.