8 references to AzureMessagingEventHubsPartitionReceiverSettings
Aspire.Azure.Messaging.EventHubs (8)
AspireEventHubsExtensions.cs (4)
68
/// <param name="configureSettings">An optional method that can be used for customizing the <see cref="
AzureMessagingEventHubsPartitionReceiverSettings
"/>. It's invoked after the settings are read from the configuration.</param>
75
Action<
AzureMessagingEventHubsPartitionReceiverSettings
>? configureSettings = null,
88
/// <param name="configureSettings">An optional method that can be used for customizing the <see cref="
AzureMessagingEventHubsPartitionReceiverSettings
"/>. It's invoked after the settings are read from the configuration.</param>
95
Action<
AzureMessagingEventHubsPartitionReceiverSettings
>? configureSettings = null,
AssemblyInfo.cs (1)
20
[assembly: ConfigurationSchema("Aspire:Azure:Messaging:EventHubs:PartitionReceiver", typeof(
AzureMessagingEventHubsPartitionReceiverSettings
))]
PartitionReceiverClientComponent.cs (3)
14
: EventHubsComponent<
AzureMessagingEventHubsPartitionReceiverSettings
, PartitionReceiver, PartitionReceiverOptions>
24
protected override void BindSettingsToConfiguration(
AzureMessagingEventHubsPartitionReceiverSettings
settings, IConfiguration config)
29
AzureClientFactoryBuilder azureFactoryBuilder,
AzureMessagingEventHubsPartitionReceiverSettings
settings,