1 instantiation of RabbitMQClientSettings
Aspire.RabbitMQ.Client (1)
AspireRabbitMQExtensions.cs (1)
77var settings = new RabbitMQClientSettings();
14 references to RabbitMQClientSettings
Aspire.RabbitMQ.Client (7)
AspireRabbitMQExtensions.cs (6)
35/// <param name="configureSettings">An optional method that can be used for customizing the <see cref="RabbitMQClientSettings"/>. It's invoked after the settings are read from the configuration.</param> 41Action<RabbitMQClientSettings>? configureSettings = null, 51/// <param name="configureSettings">An optional method that can be used for customizing the <see cref="RabbitMQClientSettings"/>. It's invoked after the settings are read from the configuration.</param> 57Action<RabbitMQClientSettings>? configureSettings = null, 67Action<RabbitMQClientSettings>? configureSettings, 77var settings = new RabbitMQClientSettings();
AssemblyInfo.cs (1)
8[assembly: ConfigurationSchema("Aspire:RabbitMQ:Client", typeof(RabbitMQClientSettings))]
Aspire.RabbitMQ.Client.Tests (7)
AspireRabbitMQExtensionsTests.cs (1)
64void SetConnectionString(RabbitMQClientSettings settings) => settings.ConnectionString = _containerFixture.GetConnectionString();
ConformanceTests.cs (6)
15public class ConformanceTests : ConformanceTests<IConnection, RabbitMQClientSettings>, IClassFixture<RabbitMQContainerFixture> 83protected override void RegisterComponent(HostApplicationBuilder builder, Action<RabbitMQClientSettings>? configure = null, string? key = null) 95protected override void SetHealthCheck(RabbitMQClientSettings options, bool enabled) 98protected override void DisableRetries(RabbitMQClientSettings options) 103protected override void SetTracing(RabbitMQClientSettings options, bool enabled) 106protected override void SetMetrics(RabbitMQClientSettings options, bool enabled)