public class NullObjectCheckpointStore extends Object implements com.azure.messaging.eventhubs.CheckpointStore
| Constructor and Description |
|---|
NullObjectCheckpointStore() |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<com.azure.messaging.eventhubs.models.PartitionOwnership> |
claimOwnership(List<com.azure.messaging.eventhubs.models.PartitionOwnership> requestedPartitionOwnerships) |
Map<String,com.azure.messaging.eventhubs.models.Checkpoint> |
getCheckpointsMap() |
Map<String,com.azure.messaging.eventhubs.models.PartitionOwnership> |
getPartitionOwnershipMap() |
reactor.core.publisher.Flux<com.azure.messaging.eventhubs.models.Checkpoint> |
listCheckpoints(String fullyQualifiedNamespace,
String eventHubName,
String consumerGroup) |
reactor.core.publisher.Flux<com.azure.messaging.eventhubs.models.PartitionOwnership> |
listOwnership(String fullyQualifiedNamespace,
String eventHubName,
String consumerGroup) |
reactor.core.publisher.Mono<Void> |
updateCheckpoint(com.azure.messaging.eventhubs.models.Checkpoint checkpoint) |
public Map<String,com.azure.messaging.eventhubs.models.PartitionOwnership> getPartitionOwnershipMap()
public Map<String,com.azure.messaging.eventhubs.models.Checkpoint> getCheckpointsMap()
public reactor.core.publisher.Flux<com.azure.messaging.eventhubs.models.PartitionOwnership> listOwnership(String fullyQualifiedNamespace, String eventHubName, String consumerGroup)
listOwnership in interface com.azure.messaging.eventhubs.CheckpointStorepublic reactor.core.publisher.Flux<com.azure.messaging.eventhubs.models.PartitionOwnership> claimOwnership(List<com.azure.messaging.eventhubs.models.PartitionOwnership> requestedPartitionOwnerships)
claimOwnership in interface com.azure.messaging.eventhubs.CheckpointStorepublic reactor.core.publisher.Flux<com.azure.messaging.eventhubs.models.Checkpoint> listCheckpoints(String fullyQualifiedNamespace, String eventHubName, String consumerGroup)
listCheckpoints in interface com.azure.messaging.eventhubs.CheckpointStorepublic reactor.core.publisher.Mono<Void> updateCheckpoint(com.azure.messaging.eventhubs.models.Checkpoint checkpoint)
updateCheckpoint in interface com.azure.messaging.eventhubs.CheckpointStoreCopyright © 2025 MuleSoft, Inc.. All rights reserved.