Uses of Class
com.azure.messaging.eventhubs.models.LastEnqueuedEventProperties
Packages that use LastEnqueuedEventProperties
Package
Description
Package containing classes used for creating and configuring events that are being sent-to and received-from Azure
Event Hubs service.
-
Uses of LastEnqueuedEventProperties in com.azure.messaging.eventhubs.models
Methods in com.azure.messaging.eventhubs.models that return LastEnqueuedEventPropertiesModifier and TypeMethodDescriptionEventBatchContext.getLastEnqueuedEventProperties()Returns the properties of the last enqueued event in this partition.EventContext.getLastEnqueuedEventProperties()Returns the properties of the last enqueued event in this partition.PartitionEvent.getLastEnqueuedEventProperties()Gets the properties of the last enqueued event in this partition.Constructors in com.azure.messaging.eventhubs.models with parameters of type LastEnqueuedEventPropertiesModifierConstructorDescriptionEventBatchContext(PartitionContext partitionContext, List<EventData> events, CheckpointStore checkpointStore, LastEnqueuedEventProperties lastEnqueuedEventProperties) Creates an instance ofEventBatchContext.EventContext(PartitionContext partitionContext, EventData eventData, CheckpointStore checkpointStore, LastEnqueuedEventProperties lastEnqueuedEventProperties) Creates an instance ofEventContext.PartitionEvent(PartitionContext partitionContext, EventData eventData, LastEnqueuedEventProperties lastEnqueuedEventProperties) Creates an instance of PartitionEvent.