3 instantiations of EventHubConsumerGroup
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"));
3 references to EventHubConsumerGroup
Aspire.Hosting.Azure.EventHubs (3)
EventHub.cs (2)
39public List<EventHubConsumerGroup> ConsumerGroups { get; } = []; 90foreach (var consumerGroup in hub.ConsumerGroups)
EventHubConsumerGroup.cs (1)
18/// Initializes a new instance of the <see cref="EventHubConsumerGroup"/> class.