Package | Description |
---|---|
com.azure.messaging.eventhubs.models |
Package containing classes used for creating and configuring events that are being sent-to and received-from Azure
Event Hubs service.
|
Modifier and Type | Method and Description |
---|---|
LastEnqueuedEventProperties |
EventContext.getLastEnqueuedEventProperties()
Returns the properties of the last enqueued event in this partition.
|
LastEnqueuedEventProperties |
PartitionEvent.getLastEnqueuedEventProperties()
Gets the properties of the last enqueued event in this partition.
|
Constructor and Description |
---|
EventContext(PartitionContext partitionContext,
EventData eventData,
CheckpointStore checkpointStore,
LastEnqueuedEventProperties lastEnqueuedEventProperties)
Creates an instance of
EventContext . |
PartitionEvent(PartitionContext partitionContext,
EventData eventData,
LastEnqueuedEventProperties lastEnqueuedEventProperties)
Creates an instance of PartitionEvent.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.