| Modifier and Type | Method and 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 of
EventHubClient using the supplied namespace endpoint address, eventhub name and authentication mechanism. |
| Constructor and Description |
|---|
AzureActiveDirectoryTokenProvider(AzureActiveDirectoryTokenProvider.AuthenticationCallback authenticationCallback,
String authority,
Object state) |
Copyright © 2019 Microsoft Corporation. All rights reserved.