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 RetryPolicyClientSettings. 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 classRetryExponentialRetryPolicy 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 RetryPolicyRetryPolicy. getDefault()Retry policy that provides exponentially increasing retry intervals with each successive failure.static RetryPolicyRetryPolicy. getNoRetry()Gets a retry policy that doesn't retry any operations, effectively disabling retries.RetryPolicyConnectionStringBuilder. getRetryPolicy()Get the retry policy instance that was created as part of this builder's creation.RetryPolicyMessagingFactory. 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 voidConnectionStringBuilder. setRetryPolicy(RetryPolicy retryPolicy)Set the retry policy.
-