8 references to AzureMessagingEventHubsProducerSettings
Aspire.Azure.Messaging.EventHubs (8)
AspireEventHubsExtensions.cs (4)
110
/// <param name="configureSettings">An optional method that can be used for customizing the <see cref="
AzureMessagingEventHubsProducerSettings
"/>. It's invoked after the settings are read from the configuration.</param>
117
Action<
AzureMessagingEventHubsProducerSettings
>? configureSettings = null,
130
/// <param name="configureSettings">An optional method that can be used for customizing the <see cref="
AzureMessagingEventHubsProducerSettings
"/>. It's invoked after the settings are read from the configuration.</param>
137
Action<
AzureMessagingEventHubsProducerSettings
>? configureSettings = null,
AssemblyInfo.cs (1)
14
[assembly: ConfigurationSchema("Aspire:Azure:Messaging:EventHubs:EventHubProducerClient", typeof(
AzureMessagingEventHubsProducerSettings
))]
EventHubProducerClientComponent.cs (3)
12
internal sealed class EventHubProducerClientComponent : EventHubsComponent<
AzureMessagingEventHubsProducerSettings
, EventHubProducerClient, EventHubProducerClientOptions>
22
protected override void BindSettingsToConfiguration(
AzureMessagingEventHubsProducerSettings
settings, IConfiguration config)
28
AzureClientFactoryBuilder azureFactoryBuilder,
AzureMessagingEventHubsProducerSettings
settings,