5 overrides of AddClient
Aspire.Azure.Messaging.EventHubs (5)
EventHubBufferedProducerClientComponent.cs (1)
27
protected override IAzureClientBuilder<EventHubBufferedProducerClient, EventHubBufferedProducerClientOptions>
AddClient
(AzureClientFactoryBuilder azureFactoryBuilder,
EventHubConsumerClientComponent.cs (1)
27
protected override IAzureClientBuilder<EventHubConsumerClient, EventHubConsumerClientOptions>
AddClient
(
EventHubProducerClientComponent.cs (1)
27
protected override IAzureClientBuilder<EventHubProducerClient, EventHubProducerClientOptions>
AddClient
(
EventProcessorClientComponent.cs (1)
35
protected override IAzureClientBuilder<EventProcessorClient, EventProcessorClientOptions>
AddClient
(
PartitionReceiverClientComponent.cs (1)
29
protected override IAzureClientBuilder<PartitionReceiver, PartitionReceiverOptions>
AddClient
(
1 reference to AddClient
Aspire.Azure.Messaging.EventHubs (1)
src\Components\Common\AzureComponent.cs (1)
89
var clientBuilder =
AddClient
(azureFactoryBuilder, settings, connectionName, configurationSectionName);