1 instantiation of RabbitMQClientSettings
Aspire.RabbitMQ.Client (1)
AspireRabbitMQExtensions.cs (1)
77
var 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>
41
Action<
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>
57
Action<
RabbitMQClientSettings
>? configureSettings = null,
67
Action<
RabbitMQClientSettings
>? configureSettings,
77
var
settings = new RabbitMQClientSettings();
AssemblyInfo.cs (1)
8
[assembly: ConfigurationSchema("Aspire:RabbitMQ:Client", typeof(
RabbitMQClientSettings
))]
Aspire.RabbitMQ.Client.Tests (7)
AspireRabbitMQExtensionsTests.cs (1)
64
void SetConnectionString(
RabbitMQClientSettings
settings) => settings.ConnectionString = _containerFixture.GetConnectionString();
ConformanceTests.cs (6)
15
public class ConformanceTests : ConformanceTests<IConnection,
RabbitMQClientSettings
>, IClassFixture<RabbitMQContainerFixture>
83
protected override void RegisterComponent(HostApplicationBuilder builder, Action<
RabbitMQClientSettings
>? configure = null, string? key = null)
95
protected override void SetHealthCheck(
RabbitMQClientSettings
options, bool enabled)
98
protected override void DisableRetries(
RabbitMQClientSettings
options)
103
protected override void SetTracing(
RabbitMQClientSettings
options, bool enabled)
106
protected override void SetMetrics(
RabbitMQClientSettings
options, bool enabled)