Implemented interface member:
property
Eventing
Aspire.Hosting.IDistributedApplicationBuilder.Eventing
7 references to Eventing
Aspire.Hosting (5)
DistributedApplicationBuilder.cs (5)
235_innerBuilder.Services.AddSingleton<IDistributedApplicationEventing>(Eventing); 366Eventing.Subscribe<BeforeStartEvent>(BuiltInDistributedApplicationEventSubscriptionHandlers.InitializeDcpAnnotations); 370Eventing.Subscribe<BeforeStartEvent>(BuiltInDistributedApplicationEventSubscriptionHandlers.MutateHttp2TransportAsync); 379Eventing.Subscribe<BeforeStartEvent>(BuiltInDistributedApplicationEventSubscriptionHandlers.ExcludeDashboardFromManifestAsync); 384Eventing.Subscribe<BeforeStartEvent>((e, ct) => BuiltInDistributedApplicationEventSubscriptionHandlers.UpdateContainerRegistryAsync(e, options));
Aspire.Hosting.Testing (2)
DistributedApplicationTestingBuilder.cs (2)
219public IDistributedApplicationEventing Eventing => innerBuilder.Eventing; 356public IDistributedApplicationEventing Eventing => _innerBuilder.Eventing;