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 RetryPolicyRetryPolicy. getDefault()static RetryPolicyRetryPolicy. getNoRetry()RetryPolicyEventHubClientOptions. 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 ofEventHubClientusing the supplied connectionString.static CompletableFuture<EventHubClient>EventHubClient. createFromConnectionString(String connectionString, RetryPolicy retryPolicy, ScheduledExecutorService executor, ProxyConfiguration proxyConfiguration)Factory method to create an instance ofEventHubClientusing the suppliedconnectionString.static CompletableFuture<EventHubClient>EventHubClient. createFromConnectionString(String connectionString, RetryPolicy retryPolicy, ScheduledExecutorService executor, ProxyConfiguration proxyConfiguration, Duration maximumSilentTime)Factory method to create an instance ofEventHubClientusing the suppliedconnectionString.static EventHubClientEventHubClient. createFromConnectionStringSync(String connectionString, RetryPolicy retryPolicy, ScheduledExecutorService executor)Synchronous version ofEventHubClient.createFromConnectionString(String, ScheduledExecutorService).static EventHubClientEventHubClient. createFromConnectionStringSync(String connectionString, RetryPolicy retryPolicy, ScheduledExecutorService executor, ProxyConfiguration configuration)static EventHubClientEventHubClient. createFromConnectionStringSync(String connectionString, RetryPolicy retryPolicy, ScheduledExecutorService executor, ProxyConfiguration configuration, Duration maximumSilentTime)EventHubClientOptionsEventHubClientOptions. setRetryPolicy(RetryPolicy retryPolicy)Set theRetryPolicyfor operations -
Uses of RetryPolicy in com.microsoft.azure.eventhubs.impl
Subclasses of RetryPolicy in com.microsoft.azure.eventhubs.impl Modifier and Type Class Description classRetryExponentialRetryPolicy 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 RetryPolicyMessagingFactory. getRetryPolicy()
-