Uses of Interface
com.microsoft.azure.eventhubs.ITokenProvider
-
Packages that use ITokenProvider Package Description com.microsoft.azure.eventhubs com.microsoft.azure.eventhubs.impl -
-
Uses of ITokenProvider in com.microsoft.azure.eventhubs
Classes in com.microsoft.azure.eventhubs that implement ITokenProvider Modifier and Type Class Description classAzureActiveDirectoryTokenProviderclassManagedIdentityTokenProviderMethods in com.microsoft.azure.eventhubs with parameters of type ITokenProvider Modifier and Type Method Description 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 ITokenProvider in com.microsoft.azure.eventhubs.impl
Classes in com.microsoft.azure.eventhubs.impl that implement ITokenProvider Modifier and Type Class Description classSharedAccessSignatureTokenProviderMethods in com.microsoft.azure.eventhubs.impl that return ITokenProvider Modifier and Type Method Description ITokenProviderMessagingFactory. getTokenProvider()Methods in com.microsoft.azure.eventhubs.impl with parameters of type ITokenProvider Modifier and Type Method Description static CompletableFuture<EventHubClient>EventHubClientImpl. create(URI endpoint, String eventHubName, ITokenProvider tokenProvider, ScheduledExecutorService executor, EventHubClientOptions options)Constructors in com.microsoft.azure.eventhubs.impl with parameters of type ITokenProvider Constructor Description MessagingFactoryBuilder(String hostname, ITokenProvider tokenProvider, ScheduledExecutorService executor)
-