azure-messaging-eventhubs
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 NAzure
 NMessaging
 NEventHubs
 NModels
 CCheckpointCheckpoint tracks the last successfully processed event in a partition
 CConsumerClientDetailsContains options for the ConsumerClient creation
 CEventDataRepresents an event sent to the Azure Event Hubs service
 CEventHubPartitionPropertiesEventHubPartitionProperties represents properties of an Event Hub partition
 CEventHubPropertiesEventHubProperties represents properties of the Event Hub, like the number of partitions
 COwnershipOwnership tracks which consumer owns a particular partition
 CReceivedEventDataRepresents an event received from the Azure Event Hubs service
 CStartPositionStartPosition indicates the position to start receiving events within a partition. The default position is Latest
 CStartPositionsStartPositions are used if there is no checkpoint for a partition in the checkpoint store
 CCheckpointStoreCheckpointStore is used by multiple consumers to coordinate progress and ownership for partitions
 CConsumerClientHigh level class used to consume events from an Event Hub
 CConsumerClientOptionsContains options for the ConsumerClient creation
 CEventDataBatchEventDataBatch is used to efficiently pack up EventData before sending it to Event Hubs
 CEventDataBatchOptionsEventDataBatchOptions contains optional parameters for the [ProducerClient.CreateEventDataBatch] function
 CEventHubsExceptionAn exception thrown when an EventHubs service operation fails
 CPartitionClient
 CPartitionClientOptions
 CProcessorProcessor uses a ConsumerClient and CheckpointStore to provide automatic load balancing between multiple Processor instances, even in separate processes or on separate machines
 CProcessorOptionsProcessorOptions are the options for the CreateProcessor function
 CProcessorPartitionClientProcessorPartitionClient 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
 CProducerClientProducerClient can be used to send events to an Event Hub
 CProducerClientOptionsContains options for the ProducerClient creation