| Package | Description |
|---|---|
| com.azure.messaging.eventhubs |
Package containing classes for creating
EventHubProducerAsyncClient,
EventHubProducerClient,
EventHubConsumerAsyncClient,
EventHubConsumerClient, or
EventProcessorClient to perform operations on Azure Event Hubs. |
| com.azure.messaging.eventhubs.models |
Package containing classes used for creating and configuring events that are being sent-to and received-from Azure
Event Hubs service.
|
| Class and Description |
|---|
| Checkpoint
A model class to hold checkpoint data.
|
| CreateBatchOptions
The set of options that can be specified when creating an
EventDataBatch. |
| EventPosition
Defines a position of an
EventData in the Event Hub partition. |
| ReceiveOptions
Set of options that can be specified when receiving events from an
EventHubConsumerAsyncClient or
EventHubConsumerClient. |
| SendOptions
The set of options that can be specified when sending a set of events to influence the way in which events are sent
to the Event Hubs service.
|
| Class and Description |
|---|
| Checkpoint
A model class to hold checkpoint data.
|
| CloseReason
Enumeration of all possible reasons a
PartitionProcessor may be closed. |
| CreateBatchOptions
The set of options that can be specified when creating an
EventDataBatch. |
| EventPosition
Defines a position of an
EventData in the Event Hub partition. |
| LastEnqueuedEventProperties
A set of information about the enqueued state of a partition, as observed by the consumer.
|
| PartitionContext
A model class to contain partition information of an Event Hub.
|
| PartitionOwnership
A model class to hold partition ownership information.
|
| ReceiveOptions
Set of options that can be specified when receiving events from an
EventHubConsumerAsyncClient or
EventHubConsumerClient. |
| SendOptions
The set of options that can be specified when sending a set of events to influence the way in which events are sent
to the Event Hubs service.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.