public final class ReceiverRuntimeInformation extends Object
| Constructor and Description |
|---|
ReceiverRuntimeInformation(String partitionId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLastEnqueuedOffset()
The last enqueued
EventData's offset on this EventHubs Partition |
long |
getLastEnqueuedSequenceNumber()
The last enqueued
EventData's sequence number on this EventHubs Partition |
Instant |
getLastEnqueuedTime()
The last enqueued
EventData's enqueue time stamp on this EventHubs Partition |
String |
getPartitionId()
The Event Hubs partition id to which this information belongs to
|
Instant |
getRetrievalTime()
The value indicating when this information was retrieved from the Event Hubs service
|
void |
setRuntimeInformation(long sequenceNumber,
Instant enqueuedTime,
String offset) |
public ReceiverRuntimeInformation(String partitionId)
public String getPartitionId()
public long getLastEnqueuedSequenceNumber()
EventData's sequence number on this EventHubs Partitionpublic Instant getLastEnqueuedTime()
EventData's enqueue time stamp on this EventHubs Partitionpublic String getLastEnqueuedOffset()
EventData's offset on this EventHubs Partitionpublic Instant getRetrievalTime()
Copyright © 2019. All rights reserved.