| Modifier and Type | Method and Description |
|---|---|
default PartitionSender |
EventHubClient.createPartitionSenderSync(String partitionId)
Synchronous version of
EventHubClient.createPartitionSender(String). |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<PartitionSender> |
EventHubClient.createPartitionSender(String partitionId)
Create a
PartitionSender which can publish EventData's directly to a specific EventHub partition (sender type iii. |
Copyright © 2019 Microsoft Corporation. All rights reserved.