| 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 |
PartitionEvent.getLastEnqueuedEventProperties()
Gets the properties of the last enqueued event in this partition.
|
LastEnqueuedEventProperties |
EventBatchContext.getLastEnqueuedEventProperties()
Returns the properties of the last enqueued event in this partition.
|
LastEnqueuedEventProperties |
EventContext.getLastEnqueuedEventProperties()
Returns the properties of the last enqueued event in this partition.
|
| Constructor and Description |
|---|
EventBatchContext(PartitionContext partitionContext,
List<EventData> events,
CheckpointStore checkpointStore,
LastEnqueuedEventProperties lastEnqueuedEventProperties)
Creates an instance of
EventContext. |
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 © 2021 Microsoft Corporation. All rights reserved.