|
|
azure-messaging-eventhubs
|
| ▼NAzure | |
| ▼NMessaging | |
| ▼NEventHubs | |
| ▼NModels | |
| CCheckpoint | Checkpoint tracks the last successfully processed event in a partition |
| CConsumerClientDetails | Contains options for the ConsumerClient creation |
| CEventData | Represents an event sent to the Azure Event Hubs service |
| CEventHubPartitionProperties | EventHubPartitionProperties represents properties of an Event Hub partition |
| CEventHubProperties | EventHubProperties represents properties of the Event Hub, like the number of partitions |
| COwnership | Ownership tracks which consumer owns a particular partition |
| CReceivedEventData | Represents an event received from the Azure Event Hubs service |
| CStartPosition | StartPosition indicates the position to start receiving events within a partition. The default position is Latest |
| CStartPositions | StartPositions are used if there is no checkpoint for a partition in the checkpoint store |
| CCheckpointStore | CheckpointStore is used by multiple consumers to coordinate progress and ownership for partitions |
| CConsumerClient | High level class used to consume events from an Event Hub |
| CConsumerClientOptions | Contains options for the ConsumerClient creation |
| CEventDataBatch | EventDataBatch is used to efficiently pack up EventData before sending it to Event Hubs |
| CEventDataBatchOptions | EventDataBatchOptions contains optional parameters for the [ProducerClient.CreateEventDataBatch] function |
| CEventHubsException | An exception thrown when an EventHubs service operation fails |
| CPartitionClient | |
| CPartitionClientOptions | |
| CProcessor | Processor uses a ConsumerClient and CheckpointStore to provide automatic load balancing between multiple Processor instances, even in separate processes or on separate machines |
| CProcessorOptions | ProcessorOptions are the options for the CreateProcessor function |
| CProcessorPartitionClient | ProcessorPartitionClient allows you to receive events, similar to a [PartitionClient], with a checkpoint store for tracking progress. This type is instantiated from [Processor.NextPartitionClient], which handles load balancing of partition ownership between multiple [Processor] instances |
| CProducerClient | ProducerClient can be used to send events to an Event Hub |
| CProducerClientOptions | Contains options for the ProducerClient creation |