Uses of Class
com.azure.messaging.eventhubs.models.Checkpoint
Packages that use Checkpoint
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 Checkpoint in com.azure.messaging.eventhubs
Methods in com.azure.messaging.eventhubs that return types with arguments of type CheckpointModifier and TypeMethodDescriptionCheckpointStore.listCheckpoints(String fullyQualifiedNamespace, String eventHubName, String consumerGroup) Called to get the list of checkpoints from the underlying data store.Methods in com.azure.messaging.eventhubs with parameters of type CheckpointModifier and TypeMethodDescriptionCheckpointStore.updateCheckpoint(Checkpoint checkpoint) Updates the checkpoint in the data store for a partition. -
Uses of Checkpoint in com.azure.messaging.eventhubs.models
Methods in com.azure.messaging.eventhubs.models that return CheckpointModifier and TypeMethodDescriptionCheckpoint.setConsumerGroup(String consumerGroup) Sets the consumer group name associated with this checkpoint.Checkpoint.setEventHubName(String eventHubName) Sets the Event Hub name associated with this checkpoint.Checkpoint.setFullyQualifiedNamespace(String fullyQualifiedNamespace) Sets the fully qualified namespace of the Event Hub.Deprecated.This method is obsolete and should no longer be used.Checkpoint.setOffsetString(String offsetString) Sets the offset of the last successfully processed event to store as checkpoint.Checkpoint.setPartitionId(String partitionId) Sets the partition id associated with this checkpoint.Checkpoint.setSequenceNumber(Long sequenceNumber) Sets the sequence number of the last successfully processed event to store as checkpoint.