| Package | Description |
|---|---|
| com.microsoft.azure.eventhubs | |
| com.microsoft.azure.eventhubs.impl |
| Modifier and Type | Method and Description |
|---|---|
static EventHubClient |
EventHubClient.createSync(String connectionString,
RetryPolicy retryPolicy,
ScheduledExecutorService executor)
Synchronous version of
create(String, ScheduledExecutorService). |
static EventHubClient |
EventHubClient.createSync(String connectionString,
ScheduledExecutorService executor)
Synchronous version of
create(String, ScheduledExecutorService). |
| Modifier and Type | Method and Description |
|---|---|
static CompletableFuture<EventHubClient> |
EventHubClient.create(String connectionString,
RetryPolicy retryPolicy,
ScheduledExecutorService executor)
Factory method to create an instance of
EventHubClient using the supplied connectionString. |
static CompletableFuture<EventHubClient> |
EventHubClient.create(String connectionString,
ScheduledExecutorService executor)
Factory method to create an instance of
EventHubClient using the supplied connectionString. |
| Modifier and Type | Class and Description |
|---|---|
class |
EventHubClientImpl |
| Modifier and Type | Method and Description |
|---|---|
static CompletableFuture<EventHubClient> |
EventHubClientImpl.create(String connectionString,
RetryPolicy retryPolicy,
ScheduledExecutorService executor) |
Copyright © 2019. All rights reserved.