Uses of Class
com.microsoft.azure.servicebus.primitives.RetryPolicy
-
Packages that use RetryPolicy Package Description com.microsoft.azure.servicebus com.microsoft.azure.servicebus.primitives -
-
Uses of RetryPolicy in com.microsoft.azure.servicebus
Methods in com.microsoft.azure.servicebus that return RetryPolicy Modifier and Type Method Description RetryPolicy
ClientSettings. getRetryPolicy()
Gets the retry policy contained in this instance.Constructors in com.microsoft.azure.servicebus with parameters of type RetryPolicy Constructor Description ClientSettings(TokenProvider tokenProvider, RetryPolicy retryPolicy, Duration operationTimeout)
Creates a new instance with the given token provider, retry policy and operation timeout.ClientSettings(TokenProvider tokenProvider, RetryPolicy retryPolicy, Duration operationTimeout, TransportType transportType)
Creates a new instance with the given token provider, retry policy and operation timeout. -
Uses of RetryPolicy in com.microsoft.azure.servicebus.primitives
Subclasses of RetryPolicy in com.microsoft.azure.servicebus.primitives Modifier and Type Class Description class
RetryExponential
RetryPolicy implementation where the delay between retries will grow in an exponential manner.Methods in com.microsoft.azure.servicebus.primitives that return RetryPolicy Modifier and Type Method Description static RetryPolicy
RetryPolicy. getDefault()
Retry policy that provides exponentially increasing retry intervals with each successive failure.static RetryPolicy
RetryPolicy. getNoRetry()
Gets a retry policy that doesn't retry any operations, effectively disabling retries.RetryPolicy
ConnectionStringBuilder. getRetryPolicy()
Get the retry policy instance that was created as part of this builder's creation.RetryPolicy
MessagingFactory. getRetryPolicy()
Gets the retry policy from the connection string.Methods in com.microsoft.azure.servicebus.primitives with parameters of type RetryPolicy Modifier and Type Method Description void
ConnectionStringBuilder. setRetryPolicy(RetryPolicy retryPolicy)
Set the retry policy.
-