Uses of Class
com.microsoft.azure.eventhubs.RetryPolicy
-
Packages that use RetryPolicy Package Description com.microsoft.azure.eventhubs com.microsoft.azure.eventhubs.impl -
-
Uses of RetryPolicy in com.microsoft.azure.eventhubs
Methods in com.microsoft.azure.eventhubs that return RetryPolicy Modifier and Type Method Description static RetryPolicy
RetryPolicy. getDefault()
static RetryPolicy
RetryPolicy. getNoRetry()
RetryPolicy
EventHubClientOptions. getRetryPolicy()
Get the retry policyMethods in com.microsoft.azure.eventhubs with parameters of type RetryPolicy Modifier and Type Method Description static CompletableFuture<EventHubClient>
EventHubClient. createFromConnectionString(String connectionString, RetryPolicy retryPolicy, ScheduledExecutorService executor)
Factory method to create an instance ofEventHubClient
using the supplied connectionString.static CompletableFuture<EventHubClient>
EventHubClient. createFromConnectionString(String connectionString, RetryPolicy retryPolicy, ScheduledExecutorService executor, ProxyConfiguration proxyConfiguration)
Factory method to create an instance ofEventHubClient
using the suppliedconnectionString
.static CompletableFuture<EventHubClient>
EventHubClient. createFromConnectionString(String connectionString, RetryPolicy retryPolicy, ScheduledExecutorService executor, ProxyConfiguration proxyConfiguration, Duration maximumSilentTime)
Factory method to create an instance ofEventHubClient
using the suppliedconnectionString
.static EventHubClient
EventHubClient. createFromConnectionStringSync(String connectionString, RetryPolicy retryPolicy, ScheduledExecutorService executor)
Synchronous version ofEventHubClient.createFromConnectionString(String, ScheduledExecutorService)
.static EventHubClient
EventHubClient. createFromConnectionStringSync(String connectionString, RetryPolicy retryPolicy, ScheduledExecutorService executor, ProxyConfiguration configuration)
static EventHubClient
EventHubClient. createFromConnectionStringSync(String connectionString, RetryPolicy retryPolicy, ScheduledExecutorService executor, ProxyConfiguration configuration, Duration maximumSilentTime)
EventHubClientOptions
EventHubClientOptions. setRetryPolicy(RetryPolicy retryPolicy)
Set theRetryPolicy
for operations -
Uses of RetryPolicy in com.microsoft.azure.eventhubs.impl
Subclasses of RetryPolicy in com.microsoft.azure.eventhubs.impl 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.eventhubs.impl that return RetryPolicy Modifier and Type Method Description RetryPolicy
MessagingFactory. getRetryPolicy()
-