| Package | Description |
|---|---|
| com.microsoft.azure.eventhubs | |
| com.microsoft.azure.eventhubs.impl |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<PartitionReceiver> |
EventHubClient.createEpochReceiver(String consumerGroupName,
String partitionId,
EventPosition eventPosition,
long epoch)
Create a Epoch based EventHub receiver with given partition id and start receiving from the beginning of the partition stream.
|
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.
|
CompletableFuture<PartitionReceiver> |
EventHubClient.createReceiver(String consumerGroupName,
String partitionId,
EventPosition eventPosition)
Create the EventHub receiver with given partition id and start receiving from the specified starting offset.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<PartitionReceiver> |
EventHubClientImpl.createEpochReceiver(String consumerGroupName,
String partitionId,
EventPosition eventPosition,
long epoch) |
CompletableFuture<PartitionReceiver> |
EventHubClientImpl.createEpochReceiver(String consumerGroupName,
String partitionId,
EventPosition eventPosition,
long epoch,
ReceiverOptions receiverOptions) |
CompletableFuture<PartitionReceiver> |
EventHubClientImpl.createReceiver(String consumerGroupName,
String partitionId,
EventPosition eventPosition) |
CompletableFuture<PartitionReceiver> |
EventHubClientImpl.createReceiver(String consumerGroupName,
String partitionId,
EventPosition eventPosition,
ReceiverOptions receiverOptions) |
Copyright © 2019. All rights reserved.