6 references to WithJetStream
Aspire.Hosting.Nats.Tests (5)
AddNatsTests.cs (1)
49appBuilder.AddNats("nats", 1234).WithJetStream().WithDataBindMount(path);
NatsFunctionalTests.cs (3)
35.WithJetStream(); 83.WithJetStream(); 139.WithJetStream();
NatsPublicApiTests.cs (1)
41var action = () => builder.WithJetStream();
Nats.AppHost (1)
Program.cs (1)
4.WithJetStream();