Uses of Interface
com.microsoft.azure.eventhubs.AzureActiveDirectoryTokenProvider.AuthenticationCallback
-
Packages that use AzureActiveDirectoryTokenProvider.AuthenticationCallback Package Description com.microsoft.azure.eventhubs -
-
Uses of AzureActiveDirectoryTokenProvider.AuthenticationCallback in com.microsoft.azure.eventhubs
Methods in com.microsoft.azure.eventhubs with parameters of type AzureActiveDirectoryTokenProvider.AuthenticationCallback 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.Constructors in com.microsoft.azure.eventhubs with parameters of type AzureActiveDirectoryTokenProvider.AuthenticationCallback Constructor Description AzureActiveDirectoryTokenProvider(AzureActiveDirectoryTokenProvider.AuthenticationCallback authenticationCallback, String authority, Object state)
-