5 types derived from AzureMessagingEventHubsSettings
Aspire.Azure.Messaging.EventHubs (5)
AzureMessagingEventHubsSettings.cs (5)
156public sealed class AzureMessagingEventHubsProducerSettings : AzureMessagingEventHubsSettings { } 161public sealed class AzureMessagingEventHubsBufferedProducerSettings : AzureMessagingEventHubsSettings { } 166public sealed class AzureMessagingEventHubsConsumerSettings : AzureMessagingEventHubsSettings 182public sealed class AzureMessagingEventHubsProcessorSettings : AzureMessagingEventHubsSettings 215public sealed class AzureMessagingEventHubsPartitionReceiverSettings : AzureMessagingEventHubsSettings
26 references to AzureMessagingEventHubsSettings
Aspire.Azure.Messaging.EventHubs (23)
AspireEventHubsExtensions.cs (20)
29/// <exception cref="InvalidOperationException">Thrown when neither <see cref="AzureMessagingEventHubsSettings.ConnectionString"/> nor <see cref="AzureMessagingEventHubsSettings.FullyQualifiedNamespace"/> is provided.</exception> 52/// <exception cref="InvalidOperationException">Thrown when neither <see cref="AzureMessagingEventHubsSettings.ConnectionString"/> nor <see cref="AzureMessagingEventHubsSettings.FullyQualifiedNamespace"/> is provided.</exception> 75/// <exception cref="InvalidOperationException">Thrown when neither <see cref="AzureMessagingEventHubsSettings.ConnectionString"/> nor <see cref="AzureMessagingEventHubsSettings.FullyQualifiedNamespace"/> is provided.</exception> 98/// <exception cref="InvalidOperationException">Thrown when neither <see cref="AzureMessagingEventHubsSettings.ConnectionString"/> nor <see cref="AzureMessagingEventHubsSettings.FullyQualifiedNamespace"/> is provided.</exception> 121/// <exception cref="InvalidOperationException">Thrown when neither <see cref="AzureMessagingEventHubsSettings.ConnectionString"/> nor <see cref="AzureMessagingEventHubsSettings.FullyQualifiedNamespace"/> is provided.</exception> 144/// <exception cref="InvalidOperationException">Thrown when neither <see cref="AzureMessagingEventHubsSettings.ConnectionString"/> nor <see cref="AzureMessagingEventHubsSettings.FullyQualifiedNamespace"/> is provided.</exception> 167/// <exception cref="InvalidOperationException">Thrown when neither <see cref="AzureMessagingEventHubsSettings.ConnectionString"/> nor <see cref="AzureMessagingEventHubsSettings.FullyQualifiedNamespace"/> is provided.</exception> 192/// <exception cref="InvalidOperationException">Thrown when neither <see cref="AzureMessagingEventHubsSettings.ConnectionString"/> nor <see cref="AzureMessagingEventHubsSettings.FullyQualifiedNamespace"/> is provided.</exception> 215/// <exception cref="InvalidOperationException">Thrown when neither <see cref="AzureMessagingEventHubsSettings.ConnectionString"/> nor <see cref="AzureMessagingEventHubsSettings.FullyQualifiedNamespace"/> is provided.</exception> 238/// <exception cref="InvalidOperationException">Thrown when neither <see cref="AzureMessagingEventHubsSettings.ConnectionString"/> nor <see cref="AzureMessagingEventHubsSettings.FullyQualifiedNamespace"/> is provided.</exception>
EventHubsComponent.cs (3)
19where TSettings : AzureMessagingEventHubsSettings, new() 75protected static string GetNamespaceFromSettings(AzureMessagingEventHubsSettings settings) 107protected static void EnsureConnectionStringOrNamespaceProvided(AzureMessagingEventHubsSettings settings,
Aspire.Azure.Messaging.EventHubs.Tests (3)
AspireEventHubsExtensionsTests.cs (3)
33private static readonly Action<HostApplicationBuilder, string, Action<AzureMessagingEventHubsSettings>?>[] s_keyedClientAdders = 42private static readonly Action<HostApplicationBuilder, string, Action<AzureMessagingEventHubsSettings>?>[] s_clientAdders = 655void VerifySettings(AzureMessagingEventHubsSettings settings)