Uses of Interface
com.microsoft.azure.eventhubs.EventHubClient
-
Packages that use EventHubClient Package Description com.microsoft.azure.eventhubs com.microsoft.azure.eventhubs.impl -
-
Uses of EventHubClient in com.microsoft.azure.eventhubs
Methods in com.microsoft.azure.eventhubs that return types with arguments of type EventHubClient 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 CompletableFuture<EventHubClient>
EventHubClient. createFromConnectionString(String connectionString, ScheduledExecutorService executor)
Factory method to create an instance ofEventHubClient
using the supplied connectionString.static CompletableFuture<EventHubClient>
EventHubClient. createWithAzureActiveDirectory(URI endpointAddress, String eventHubName, AzureActiveDirectoryTokenProvider.AuthenticationCallback authCallback, String authority, ScheduledExecutorService executor, EventHubClientOptions options)
Factory method to create an instance ofEventHubClient
using the supplied namespace endpoint address, eventhub name and authentication mechanism.static CompletableFuture<EventHubClient>
EventHubClient. createWithTokenProvider(URI endpointAddress, String eventHubName, ITokenProvider tokenProvider, ScheduledExecutorService executor, EventHubClientOptions options)
Factory method to create an instance ofEventHubClient
using the supplied namespace endpoint address, eventhub name and authentication mechanism. -
Uses of EventHubClient in com.microsoft.azure.eventhubs.impl
Classes in com.microsoft.azure.eventhubs.impl that implement EventHubClient Modifier and Type Class Description class
EventHubClientImpl
Methods in com.microsoft.azure.eventhubs.impl that return types with arguments of type EventHubClient Modifier and Type Method Description static CompletableFuture<EventHubClient>
EventHubClientImpl. create(String connectionString, RetryPolicy retryPolicy, ScheduledExecutorService executor, ProxyConfiguration proxyConfiguration)
static CompletableFuture<EventHubClient>
EventHubClientImpl. create(String connectionString, RetryPolicy retryPolicy, ScheduledExecutorService executor, ProxyConfiguration proxyConfiguration, Duration watchdogTriggerTime)
static CompletableFuture<EventHubClient>
EventHubClientImpl. create(URI endpoint, String eventHubName, ITokenProvider tokenProvider, ScheduledExecutorService executor, EventHubClientOptions options)
-