Package | Description |
---|---|
com.azure.messaging.eventhubs |
Package containing classes for creating
EventHubProducerAsyncClient ,
EventHubProducerClient ,
EventHubConsumerAsyncClient ,
EventHubConsumerClient , or
EventProcessorClient to perform operations on Azure Event Hubs. |
Modifier and Type | Method and Description |
---|---|
EventDataBatch |
EventHubProducerClient.createBatch()
Creates an
EventDataBatch that can fit as many events as the transport allows. |
EventDataBatch |
EventHubProducerClient.createBatch(CreateBatchOptions options)
Creates an
EventDataBatch configured with the options specified. |
Modifier and Type | Method and Description |
---|---|
Mono<Void> |
EventHubProducerAsyncClient.send(EventDataBatch batch)
Sends the batch to the associated Event Hub.
|
void |
EventHubProducerClient.send(EventDataBatch batch)
Sends the batch to the associated Event Hub.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.