| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service.messaging | |
| com.microsoft.azure.sdk.iot.service.transport.amqps |
| Modifier and Type | Method and Description |
|---|---|
static FeedbackBatch |
FeedbackBatchMessage.parse(String jsonString)
Parse received Json and create FeedbackBatch object
|
| Constructor and Description |
|---|
MessageFeedbackProcessorClient(String hostName,
com.azure.core.credential.AzureSasCredential azureSasCredential,
IotHubServiceClientProtocol protocol,
Function<FeedbackBatch,AcknowledgementType> feedbackMessageProcessor)
Construct a MessageFeedbackProcessorClient using a
AzureSasCredential instance for authentication. |
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)
Construct a MessageFeedbackProcessorClient from the provided connection string.
|
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)
Construct a MessageFeedbackProcessorClient using a
TokenCredential instance for authentication. |
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. |
| 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) |
MessageFeedbackReceiverLinkHandler(org.apache.qpid.proton.engine.Receiver link,
com.microsoft.azure.sdk.iot.service.transport.amqps.LinkStateCallback linkStateCallback,
Function<FeedbackBatch,AcknowledgementType> feedbackBatchReceivedCallback) |
Copyright © 2024. All rights reserved.