| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service.messaging |
| Constructor and Description |
|---|
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,
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,
FileUploadNotificationProcessorClientOptions options)
Construct a FileUploadNotificationProcessorClient using a
TokenCredential instance for authentication. |
Copyright © 2024. All rights reserved.