| Package | Description |
|---|---|
| com.microsoft.azure.eventhubs | |
| com.microsoft.azure.eventhubs.impl |
| 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). |
| Modifier and Type | Method and Description |
|---|---|
EventDataBatch |
EventHubClientImpl.createBatch(BatchOptions options) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
EventHubClientImpl.send(EventDataBatch eventDatas) |
Copyright © 2019. All rights reserved.