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) |