5 references to BlockingSequential
Aspire.Hosting (1)
Eventing\DistributedApplicationEventing.cs (1)
19return PublishAsync(@event, EventDispatchBehavior.BlockingSequential, cancellationToken);
Aspire.Hosting.Kafka.Tests (1)
AddKafkaTests.cs (1)
218EventDispatchBehavior.BlockingSequential);
Aspire.Hosting.MySql.Tests (1)
AddMySqlTests.cs (1)
386EventDispatchBehavior.BlockingSequential);
Aspire.Hosting.Tests (2)
Eventing\DistributedApplicationBuilderEventingTests.cs (1)
36var pendingPublish = builder.Eventing.PublishAsync(new DummyEvent(), EventDispatchBehavior.BlockingSequential);
WithUrlsTests.cs (1)
525await e.Eventing.PublishAsync(new BeforeResourceStartedEvent(custom, e.Services), EventDispatchBehavior.BlockingSequential, ct);