5 references to Eventing
Aspire.Hosting (1)
ExternalServiceBuilderExtensions.cs (1)
124
await e.
Eventing
.PublishAsync(new BeforeResourceStartedEvent(e.Resource, e.Services), ct).ConfigureAwait(false);
Aspire.Hosting.Tests (3)
Orchestrator\ApplicationOrchestratorTests.cs (1)
155
Assert.Equal(applicationEventing, initEvent.
Eventing
);
WithUrlsTests.cs (2)
423
await e.
Eventing
.PublishAsync(new ResourceEndpointsAllocatedEvent(custom, e.Services), EventDispatchBehavior.BlockingConcurrent, ct);
426
await e.
Eventing
.PublishAsync(new BeforeResourceStartedEvent(custom, e.Services), EventDispatchBehavior.BlockingSequential, ct);
CustomResources.AppHost (1)
TalkingClockResource.cs (1)
59
var eventing = @event.
Eventing
; // Get the eventing service for publishing events.