1 instantiation of ResourceEndpointsAllocatedEvent
Aspire.Hosting (1)
Orchestrator\ApplicationOrchestrator.cs (1)
108await _eventing.PublishAsync(new ResourceEndpointsAllocatedEvent(resource, _serviceProvider), EventDispatchBehavior.NonBlockingConcurrent, context.CancellationToken).ConfigureAwait(false);
2 references to ResourceEndpointsAllocatedEvent
Aspire.Hosting (2)
Orchestrator\ApplicationOrchestrator.cs (2)
56_eventing.Subscribe<ResourceEndpointsAllocatedEvent>(PublishInitialResourceUrls); 112private async Task PublishInitialResourceUrls(ResourceEndpointsAllocatedEvent @event, CancellationToken cancellationToken)