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