| Modifier and Type | Method and Description |
|---|---|
default EventDataBatch |
PartitionSender.createBatch()
Creates an Empty Collection of
EventData. |
default EventDataBatch |
EventHubClient.createBatch()
Creates an Empty Collection of
EventData. |
EventDataBatch |
PartitionSender.createBatch(BatchOptions options)
Creates an Empty Collection of
EventData. |
EventDataBatch |
EventHubClient.createBatch(BatchOptions options)
Creates an Empty Collection of
EventData. |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
PartitionSender.send(EventDataBatch eventDatas)
Send
EventDataBatch to a specific EventHub partition. |
CompletableFuture<Void> |
EventHubClient.send(EventDataBatch eventDatas)
Send
EventDataBatch to EventHub. |
default void |
PartitionSender.sendSync(EventDataBatch eventDatas)
Synchronous version of
PartitionSender.send(EventDataBatch) |
default void |
EventHubClient.sendSync(EventDataBatch eventDatas)
Synchronous version of
EventHubClient.send(EventDataBatch). |
Copyright © 2019 Microsoft Corporation. All rights reserved.