Azure.Messaging.EventHubs.Consumer 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
EventHubConsumerClient |
A client responsible for reading EventData from a specific Event Hub as a member of a specific consumer group. A consumer may be exclusive, which asserts ownership over associated partitions for the consumer group to ensure that only one consumer from that group is reading the from the partition. These exclusive consumers are sometimes referred to as "Epoch Consumers." A consumer may also be non-exclusive, allowing multiple consumers from the same consumer group to be actively reading events from a given partition. These non-exclusive consumers are sometimes referred to as "Non-Epoch Consumers." |
EventHubConsumerClientOptions |
The set of options that can be specified when creating an EventHubConsumerClient to configure its behavior. |
PartitionContext |
Represents an Event Hub partition and its relative state, as scoped to an associated operation performed against it. |
ReadEventOptions |
The set of options that can be specified to configure behavior when reading events from an EventHubConsumerClient. |
Structs
EventPosition |
The position of events in an Event Hub partition, typically used in the creation of an EventHubConsumerClient. |
LastEnqueuedEventProperties |
A set of information about the enqueued state of a partition, as observed by the consumer. |
PartitionEvent |
Contains information about a partition that has attempted to receive an event from the Azure Event Hub service, as well as the received event, if any. |
Azure SDK for .NET