Azure.Messaging.EventHubs.Processor Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
PartitionClosingEventArgs |
Contains information about the partition whose processing is being stopped. |
PartitionInitializingEventArgs |
Contains information about a partition that an |
Structs
CheckpointPosition |
The position in a partition's event stream to use when updating a checkpoint, indicating that an event processor should begin reading from the next event. |
ProcessErrorEventArgs |
Contains information about an exception that occurred within the processor, whether for a specific partition or as part of the processor's internal operations. |
ProcessEventArgs |
Contains information about a partition that has attempted to receive an event from the Azure Event Hub
service in an |
Enums
LoadBalancingStrategy |
The strategy that an event processor will use to make decisions about partition ownership when performing load balancing to share work with other event processors. |
ProcessingStoppedReason |
The reason for stopping event processing for a given partition. |
Azure SDK for .NET