5 references to ConsumerGroups
Aspire.Hosting.Azure.EventHubs (2)
EventHub.cs (2)
88
if (hub.
ConsumerGroups
.Count >= 0)
90
foreach (var consumerGroup in hub.
ConsumerGroups
)
Aspire.Hosting.Azure.Tests (3)
AzureEventHubsExtensionsTests.cs (3)
220
eventHubs.WithHub("hub1", hub => hub.
ConsumerGroups
.Add(new("cg1")));
286
hub.
ConsumerGroups
.Add(new EventHubConsumerGroup("cg1"));
317
hub.
ConsumerGroups
.Add(new EventHubConsumerGroup("cg1"));