Uses of Interface
com.azure.messaging.eventhubs.CheckpointStore
Packages that use CheckpointStore
Package
Description
Package containing classes for creating
EventHubProducerAsyncClient,
EventHubProducerClient,
EventHubConsumerAsyncClient,
EventHubConsumerClient, or
EventProcessorClient to perform operations on Azure Event Hubs.Package containing classes used for creating and configuring events that are being sent-to and received-from Azure
Event Hubs service.
-
Uses of CheckpointStore in com.azure.messaging.eventhubs
Methods in com.azure.messaging.eventhubs with parameters of type CheckpointStoreModifier and TypeMethodDescriptionEventProcessorClientBuilder.checkpointStore(CheckpointStore checkpointStore) Sets theCheckpointStoretheEventProcessorClientwill use for storing partition ownership and checkpoint information. -
Uses of CheckpointStore in com.azure.messaging.eventhubs.models
Constructors in com.azure.messaging.eventhubs.models with parameters of type CheckpointStoreModifierConstructorDescriptionEventBatchContext(PartitionContext partitionContext, List<EventData> events, CheckpointStore checkpointStore, LastEnqueuedEventProperties lastEnqueuedEventProperties) Creates an instance ofEventContext.EventContext(PartitionContext partitionContext, EventData eventData, CheckpointStore checkpointStore, LastEnqueuedEventProperties lastEnqueuedEventProperties) Creates an instance ofEventContext.