Implemented interface member:
property
Eventing
Aspire.Hosting.IDistributedApplicationBuilder.Eventing
8 references to Eventing
Aspire.Hosting (6)
DistributedApplicationBuilder.cs (6)
284Eventing.Subscribe<BeforeStartEvent>(ExecEventingHandlers.InitializeExecResources); 304_innerBuilder.Services.AddSingleton<IDistributedApplicationEventing>(Eventing); 446Eventing.Subscribe<BeforeStartEvent>(BuiltInDistributedApplicationEventSubscriptionHandlers.InitializeDcpAnnotations); 450Eventing.Subscribe<BeforeStartEvent>(BuiltInDistributedApplicationEventSubscriptionHandlers.MutateHttp2TransportAsync); 491Eventing.Subscribe<BeforeStartEvent>(BuiltInDistributedApplicationEventSubscriptionHandlers.ExcludeDashboardFromManifestAsync); 496Eventing.Subscribe<BeforeStartEvent>((e, ct) => BuiltInDistributedApplicationEventSubscriptionHandlers.UpdateContainerRegistryAsync(e, options));
Aspire.Hosting.Testing (2)
DistributedApplicationTestingBuilder.cs (2)
243public IDistributedApplicationEventing Eventing => innerBuilder.Eventing; 395public IDistributedApplicationEventing Eventing => _innerBuilder.Eventing;