Uses of Class
com.microsoft.azure.eventhubs.EventHubClientOptions
-
Packages that use EventHubClientOptions Package Description com.microsoft.azure.eventhubs com.microsoft.azure.eventhubs.impl -
-
Uses of EventHubClientOptions in com.microsoft.azure.eventhubs
Methods in com.microsoft.azure.eventhubs that return EventHubClientOptions Modifier and Type Method Description EventHubClientOptions
EventHubClientOptions. setMaximumSilentTime(Duration maximumSilentTime)
Sets the maximum silent time, in seconds.EventHubClientOptions
EventHubClientOptions. setOperationTimeout(Duration operationTimeout)
Set the operation timeout.EventHubClientOptions
EventHubClientOptions. setProxyConfiguration(ProxyConfiguration proxyConfiguration)
Sets the proxy configuration for the client options.EventHubClientOptions
EventHubClientOptions. setRetryPolicy(RetryPolicy retryPolicy)
Set theRetryPolicy
for operationsEventHubClientOptions
EventHubClientOptions. setTransportType(TransportType transportType)
Set theTransportType
for the connection to the Event Hubs serviceMethods in com.microsoft.azure.eventhubs with parameters of type EventHubClientOptions Modifier and Type Method Description 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 EventHubClientOptions in com.microsoft.azure.eventhubs.impl
Methods in com.microsoft.azure.eventhubs.impl with parameters of type EventHubClientOptions Modifier and Type Method Description static CompletableFuture<EventHubClient>
EventHubClientImpl. create(URI endpoint, String eventHubName, ITokenProvider tokenProvider, ScheduledExecutorService executor, EventHubClientOptions options)
-