4 writes to _healthCheckClient
Aspire.Azure.Messaging.EventHubs (4)
EventHubsComponent.cs (4)
34_healthCheckClient = producerClient; 48_healthCheckClient = new EventHubProducerClient(settings.FullyQualifiedNamespace, settings.EventHubName, settings.Credential ?? new DefaultAzureCredential(), producerClientOptions); 53_healthCheckClient = new EventHubProducerClient(settings.ConnectionString, producerClientOptions); 57_healthCheckClient = new EventHubProducerClient(settings.ConnectionString, settings.EventHubName, producerClientOptions);
2 references to _healthCheckClient
Aspire.Azure.Messaging.EventHubs (2)
EventHubsComponent.cs (2)
38if (_healthCheckClient == null) 61return new AzureEventHubHealthCheck(_healthCheckClient);