Namespace Azure.Messaging.EventHubs
Classes
An Event Hubs event, encapsulating a set of data and its associated metadata. |
A connection to the Azure Event Hubs service, enabling client communications with a specific Event Hub instance within an Event Hubs namespace. A single connection may be shared among multiple Event Hub producers and/or consumers, or may be used as a dedicated connection for a single producer or consumer client. |
The set of options that can be specified when creating an EventHubConnection to configure its behavior. |
A set of information for an Event Hub. |
EventHubsConnectionStringProperties The set of properties that comprise an Event Hubs connection string. |
Serves as a basis for exceptions produced within the Event Hubs context. |
A factory for the creation of Event Hubs model types to assist with mocking and testing. |
The set of options that can be specified to influence how retry attempts are made, and a failure is eligible to be retried. |
An abstract representation of a policy to govern retrying of messaging operations. |
A set of information for a single partition of an Event Hub. |
Enums
EventHubsException.FailureReason The set of well-known reasons for an Event Hubs operation failure that was the cause of an exception. |
The type of approach to apply when calculating the delay between retry attempts. |
Specifies the type of protocol and transport that will be used for communicating with Azure Event Hubs. |