| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.device |
The API for a device to communicate with an IoT Hub.
|
| com.microsoft.azure.sdk.iot.device.transport |
A transport for sending and receiving IoT Hub messages, along with supporting
functionality.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiplexingClient.setRetryPolicy(RetryPolicy retryPolicy)
Sets the given retry policy for the multiplexing client level connection management.
|
void |
InternalClient.setRetryPolicy(RetryPolicy retryPolicy)
Sets the given retry policy on the underlying transport
See more details about the default retry policy and about using custom retry policies here
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExponentialBackoffWithJitter
Represents a retry policy that performs exponential backoff with jitter retries.
|
class |
NoRetry
Represents a retry policy that performs no retries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IotHubTransport.setMultiplexingRetryPolicy(RetryPolicy retryPolicy) |
Copyright © 2023. All rights reserved.