| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service.messaging | |
| com.microsoft.azure.sdk.iot.service.transport.amqps |
| Constructor and Description |
|---|
FileUploadNotificationProcessorClient(String hostName,
com.azure.core.credential.AzureSasCredential azureSasCredential,
IotHubServiceClientProtocol protocol,
Function<FileUploadNotification,AcknowledgementType> fileUploadNotificationProcessor)
Construct a FileUploadNotificationProcessorClient using a
AzureSasCredential instance for authentication. |
FileUploadNotificationProcessorClient(String hostName,
com.azure.core.credential.AzureSasCredential azureSasCredential,
IotHubServiceClientProtocol protocol,
Function<FileUploadNotification,AcknowledgementType> fileUploadNotificationProcessor,
FileUploadNotificationProcessorClientOptions options)
Construct a FileUploadNotificationProcessorClient using a
AzureSasCredential instance for authentication. |
FileUploadNotificationProcessorClient(String connectionString,
IotHubServiceClientProtocol protocol,
Function<FileUploadNotification,AcknowledgementType> fileUploadNotificationProcessor)
Construct a FileUploadNotificationProcessorClient from the provided connection string.
|
FileUploadNotificationProcessorClient(String connectionString,
IotHubServiceClientProtocol protocol,
Function<FileUploadNotification,AcknowledgementType> fileUploadNotificationProcessor,
FileUploadNotificationProcessorClientOptions options)
Construct a FileUploadNotificationProcessorClient from the provided connection string.
|
FileUploadNotificationProcessorClient(String hostName,
com.azure.core.credential.TokenCredential credential,
IotHubServiceClientProtocol protocol,
Function<FileUploadNotification,AcknowledgementType> fileUploadNotificationProcessor)
Construct a FileUploadNotificationProcessorClient using a
TokenCredential instance for authentication. |
FileUploadNotificationProcessorClient(String hostName,
com.azure.core.credential.TokenCredential credential,
IotHubServiceClientProtocol protocol,
Function<FileUploadNotification,AcknowledgementType> fileUploadNotificationProcessor,
FileUploadNotificationProcessorClientOptions options)
Construct a FileUploadNotificationProcessorClient using a
TokenCredential instance for authentication. |
| Constructor and Description |
|---|
EventReceivingConnectionHandler(String hostName,
com.azure.core.credential.AzureSasCredential azureSasCredential,
IotHubServiceClientProtocol protocol,
Function<FileUploadNotification,AcknowledgementType> fileUploadNotificationReceivedCallback,
Function<FeedbackBatch,AcknowledgementType> messageFeedbackReceivedCallback,
Consumer<ErrorContext> errorProcessor,
ProxyOptions proxyOptions,
SSLContext sslContext,
int keepAliveIntervalSeconds) |
EventReceivingConnectionHandler(String connectionString,
IotHubServiceClientProtocol protocol,
Function<FileUploadNotification,AcknowledgementType> fileUploadNotificationReceivedCallback,
Function<FeedbackBatch,AcknowledgementType> messageFeedbackReceivedCallback,
Consumer<ErrorContext> errorProcessor,
ProxyOptions proxyOptions,
SSLContext sslContext,
int keepAliveIntervalSeconds) |
EventReceivingConnectionHandler(String hostName,
com.azure.core.credential.TokenCredential credential,
IotHubServiceClientProtocol protocol,
Function<FileUploadNotification,AcknowledgementType> fileUploadNotificationReceivedCallback,
Function<FeedbackBatch,AcknowledgementType> messageFeedbackReceivedCallback,
Consumer<ErrorContext> errorProcessor,
ProxyOptions proxyOptions,
SSLContext sslContext,
int keepAliveIntervalSeconds) |
FileUploadNotificationReceiverLinkHandler(org.apache.qpid.proton.engine.Receiver link,
com.microsoft.azure.sdk.iot.service.transport.amqps.LinkStateCallback linkStateCallback,
Function<FileUploadNotification,AcknowledgementType> fileUploadNotificationReceivedCallback) |
Copyright © 2024. All rights reserved.