14 references to WithTopic
Aspire.Hosting.Azure.ServiceBus (3)
AzureServiceBusExtensions.cs (3)
138return builder.WithTopic(name); 150return builder.WithTopic(name, topic => 193builder.WithTopic(topicName, topic =>
Aspire.Hosting.Azure.Tests (7)
AzureBicepResourceTests.cs (3)
1827.WithTopic("t1") 1828.WithTopic("t2") 1829.WithTopic("t1", topic => topic.Subscriptions.Add(new("s3")));
AzureServiceBusExtensionsTests.cs (4)
32serviceBus.WithTopic("topic1", topic => 135serviceBus.WithTopic("device-connection-state-events1234567890-even-longer"); 328.WithTopic("topic1", topic => 432.WithTopic("topic1", topic =>
CdkSample.AppHost (3)
Program.cs (3)
61.WithTopic("topic1") 67.WithTopic("topic2", topic2 => topic2.Subscriptions.Add(new("subscription1"))) 74.WithTopic("topic1", topic2 => topic2.Subscriptions.Add(new("subscription2")))
ServiceBus.AppHost (1)
Program.cs (1)
13.WithTopic("topic1", topic =>