Uses of Interface
com.azure.messaging.eventhubs.CheckpointStore
Packages that use CheckpointStore
Package
Description
Azure Event Hubs is a highly scalable
publish-subscribe service that can ingest millions of events per second and stream them to multiple consumers.
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 ofEventBatchContext.EventContext(PartitionContext partitionContext, EventData eventData, CheckpointStore checkpointStore, LastEnqueuedEventProperties lastEnqueuedEventProperties) Creates an instance ofEventContext.