Uses of Class
com.microsoft.azure.eventhubs.ReceiverOptions
-
Packages that use ReceiverOptions Package Description com.microsoft.azure.eventhubs com.microsoft.azure.eventhubs.impl -
-
Uses of ReceiverOptions in com.microsoft.azure.eventhubs
Methods in com.microsoft.azure.eventhubs with parameters of type ReceiverOptions Modifier and Type Method Description CompletableFuture<PartitionReceiver>
EventHubClient. createEpochReceiver(String consumerGroupName, String partitionId, EventPosition eventPosition, long epoch, ReceiverOptions receiverOptions)
Create a Epoch based EventHub receiver with given partition id and start receiving from the beginning of the partition stream.default PartitionReceiver
EventHubClient. createEpochReceiverSync(String consumerGroupName, String partitionId, EventPosition eventPosition, long epoch, ReceiverOptions receiverOptions)
Synchronous version ofEventHubClient.createEpochReceiver(String, String, EventPosition, long)
.CompletableFuture<PartitionReceiver>
EventHubClient. createReceiver(String consumerGroupName, String partitionId, EventPosition eventPosition, ReceiverOptions receiverOptions)
Create the EventHub receiver with given partition id and start receiving from the specified starting offset.default PartitionReceiver
EventHubClient. createReceiverSync(String consumerGroupName, String partitionId, EventPosition eventPosition, ReceiverOptions receiverOptions)
Synchronous version ofEventHubClient.createReceiver(String, String, EventPosition)
. -
Uses of ReceiverOptions in com.microsoft.azure.eventhubs.impl
Methods in com.microsoft.azure.eventhubs.impl with parameters of type ReceiverOptions Modifier and Type Method Description CompletableFuture<PartitionReceiver>
EventHubClientImpl. createEpochReceiver(String consumerGroupName, String partitionId, EventPosition eventPosition, long epoch, ReceiverOptions receiverOptions)
CompletableFuture<PartitionReceiver>
EventHubClientImpl. createReceiver(String consumerGroupName, String partitionId, EventPosition eventPosition, ReceiverOptions receiverOptions)
-