Package | Description |
---|---|
com.microsoft.azure.sdk.iot.service.messaging | |
com.microsoft.azure.sdk.iot.service.transport.amqps |
Modifier and Type | Method and Description |
---|---|
static AcknowledgementType |
AcknowledgementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AcknowledgementType[] |
AcknowledgementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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. |
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 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 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) |
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) |
MessageFeedbackReceiverLinkHandler(org.apache.qpid.proton.engine.Receiver link,
com.microsoft.azure.sdk.iot.service.transport.amqps.LinkStateCallback linkStateCallback,
Function<FeedbackBatch,AcknowledgementType> feedbackBatchReceivedCallback) |
Copyright © 2023. All rights reserved.