| Package | Description |
|---|---|
| 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 |
|---|---|
RetryDecision |
RetryPolicy.getRetryDecision(int currentRetryCount,
TransportException lastException)
Determines whether the operation should be retried and the interval until the next retry.
|
RetryDecision |
NoRetry.getRetryDecision(int currentRetryCount,
TransportException lastException)
Always says to not retry.
|
RetryDecision |
ExponentialBackoffWithJitter.getRetryDecision(int currentRetryCount,
TransportException lastException)
Determines whether the operation should be retried and the interval until the next retry.
|
Copyright © 2023. All rights reserved.