| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service.messaging | |
| com.microsoft.azure.sdk.iot.service.transport.amqps |
| Modifier and Type | Method and Description |
|---|---|
static IotHubServiceClientProtocol |
IotHubServiceClientProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IotHubServiceClientProtocol[] |
IotHubServiceClientProtocol.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. |
MessagingClient(String hostName,
com.azure.core.credential.AzureSasCredential azureSasCredential,
IotHubServiceClientProtocol protocol)
Create a
MessagingClient instance with an instance of AzureSasCredential. |
MessagingClient(String hostName,
com.azure.core.credential.AzureSasCredential azureSasCredential,
IotHubServiceClientProtocol protocol,
MessagingClientOptions options)
Create a
MessagingClient instance with an instance of AzureSasCredential. |
MessagingClient(String connectionString,
IotHubServiceClientProtocol protocol)
Construct a MessagingClient from the specified connection string
|
MessagingClient(String connectionString,
IotHubServiceClientProtocol protocol,
MessagingClientOptions options)
Construct a MessagingClient from the specified connection string
|
MessagingClient(String hostName,
com.azure.core.credential.TokenCredential credential,
IotHubServiceClientProtocol protocol)
Create a
MessagingClient instance with a custom TokenCredential to allow for finer grain control
of authentication tokens used in the underlying connection. |
MessagingClient(String hostName,
com.azure.core.credential.TokenCredential credential,
IotHubServiceClientProtocol protocol,
MessagingClientOptions options)
Create a
MessagingClient instance with a custom TokenCredential to allow for finer grain control
of authentication tokens used in the underlying connection. |
| Constructor and Description |
|---|
CloudToDeviceMessageConnectionHandler(String hostName,
com.azure.core.credential.AzureSasCredential azureSasCredential,
IotHubServiceClientProtocol protocol,
Consumer<ErrorContext> errorProcessor,
ProxyOptions proxyOptions,
SSLContext sslContext,
int keepAliveIntervalSeconds) |
CloudToDeviceMessageConnectionHandler(String connectionString,
IotHubServiceClientProtocol protocol,
Consumer<ErrorContext> errorProcessor,
ProxyOptions proxyOptions,
SSLContext sslContext,
int keepAliveIntervalSeconds) |
CloudToDeviceMessageConnectionHandler(String hostName,
com.azure.core.credential.TokenCredential credential,
IotHubServiceClientProtocol protocol,
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 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) |
Copyright © 2024. All rights reserved.