Uses of Class
com.azure.messaging.eventhubs.models.ReceiveOptions
Packages that use ReceiveOptions
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 ReceiveOptions in com.azure.messaging.eventhubs
Methods in com.azure.messaging.eventhubs with parameters of type ReceiveOptionsModifier and TypeMethodDescriptionEventHubConsumerAsyncClient.receive(boolean startReadingAtEarliestEvent, ReceiveOptions receiveOptions) Consumes events from all partitions configured with a set ofreceiveOptions.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, Duration maximumWaitTime, ReceiveOptions receiveOptions) Receives a batch ofeventsfrom the Event Hub partition. -
Uses of ReceiveOptions in com.azure.messaging.eventhubs.models
Methods in com.azure.messaging.eventhubs.models that return ReceiveOptionsModifier and TypeMethodDescriptionReceiveOptions.setOwnerLevel(Long priority) Sets theownerLevelvalue on this receive operation.ReceiveOptions.setTrackLastEnqueuedEventProperties(boolean trackLastEnqueuedEventProperties) Sets whether or not the receive operation should request information on the last enqueued event on its associated partition, and track that information as events are received.