| 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.
|
| Modifier and Type | Method and Description |
|---|---|
EventProcessorClientBuilder |
EventProcessorClientBuilder.checkpointStore(CheckpointStore checkpointStore)
Sets the
CheckpointStore the EventProcessorClient will use for storing partition ownership and
checkpoint information. |
| Constructor and Description |
|---|
EventBatchContext(PartitionContext partitionContext,
List<EventData> events,
CheckpointStore checkpointStore,
LastEnqueuedEventProperties lastEnqueuedEventProperties)
Creates an instance of
EventContext. |
EventContext(PartitionContext partitionContext,
EventData eventData,
CheckpointStore checkpointStore,
LastEnqueuedEventProperties lastEnqueuedEventProperties)
Creates an instance of
EventContext. |
Copyright © 2021 Microsoft Corporation. All rights reserved.