Uses of Class
com.azure.messaging.eventhubs.models.PartitionEvent
Packages that use PartitionEvent
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.
-
Uses of PartitionEvent in com.azure.messaging.eventhubs
Methods in com.azure.messaging.eventhubs that return types with arguments of type PartitionEventModifier and TypeMethodDescriptionEventHubConsumerAsyncClient.receive()Consumes events from all partitions starting from the beginning of each partition.EventHubConsumerAsyncClient.receive(boolean startReadingAtEarliestEvent) Consumes events from all partitions.EventHubConsumerAsyncClient.receive(boolean startReadingAtEarliestEvent, ReceiveOptions receiveOptions) Consumes events from all partitions configured with a set ofreceiveOptions.EventHubConsumerAsyncClient.receiveFromPartition(String partitionId, EventPosition startingPosition) Consumes events from a single partition starting atstartingPosition.EventHubConsumerAsyncClient.receiveFromPartition(String partitionId, EventPosition startingPosition, ReceiveOptions receiveOptions) Consumes events from a single partition starting atstartingPositionwith a set ofreceive options.com.azure.core.util.IterableStream<PartitionEvent> EventHubConsumerClient.receiveFromPartition(String partitionId, int maximumMessageCount, EventPosition startingPosition) Receives a batch ofeventsfrom the Event Hub partition.com.azure.core.util.IterableStream<PartitionEvent> EventHubConsumerClient.receiveFromPartition(String partitionId, int maximumMessageCount, EventPosition startingPosition, Duration maximumWaitTime) Receives a batch ofeventsfrom the Event Hub partition.com.azure.core.util.IterableStream<PartitionEvent> EventHubConsumerClient.receiveFromPartition(String partitionId, int maximumMessageCount, EventPosition startingPosition, Duration maximumWaitTime, ReceiveOptions receiveOptions) Receives a batch ofeventsfrom the Event Hub partition.