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