| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service.messaging |
| Constructor and Description |
|---|
MessageFeedbackProcessorClient(String hostName,
com.azure.core.credential.AzureSasCredential azureSasCredential,
IotHubServiceClientProtocol protocol,
Function<FeedbackBatch,AcknowledgementType> feedbackMessageProcessor,
MessageFeedbackProcessorClientOptions options)
Construct a MessageFeedbackProcessorClient using a
AzureSasCredential instance for authentication. |
MessageFeedbackProcessorClient(String connectionString,
IotHubServiceClientProtocol protocol,
Function<FeedbackBatch,AcknowledgementType> feedbackMessageProcessor,
MessageFeedbackProcessorClientOptions options)
Construct a MessageFeedbackProcessorClient from the provided connection string.
|
MessageFeedbackProcessorClient(String hostName,
com.azure.core.credential.TokenCredential credential,
IotHubServiceClientProtocol protocol,
Function<FeedbackBatch,AcknowledgementType> feedbackMessageProcessor,
MessageFeedbackProcessorClientOptions options)
Construct a MessageFeedbackProcessorClient using a
TokenCredential instance for authentication. |
Copyright © 2024. All rights reserved.