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 EventHubClientOptionsEventHubClientOptions. setMaximumSilentTime(Duration maximumSilentTime)Sets the maximum silent time, in seconds.EventHubClientOptionsEventHubClientOptions. setOperationTimeout(Duration operationTimeout)Set the operation timeout.EventHubClientOptionsEventHubClientOptions. setProxyConfiguration(ProxyConfiguration proxyConfiguration)Sets the proxy configuration for the client options.EventHubClientOptionsEventHubClientOptions. setRetryPolicy(RetryPolicy retryPolicy)Set theRetryPolicyfor operationsEventHubClientOptionsEventHubClientOptions. setTransportType(TransportType transportType)Set theTransportTypefor 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 ofEventHubClientusing 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 ofEventHubClientusing 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)
-