7 references to WithJetStream
Aspire.Hosting.Nats.Tests (6)
AddNatsTests.cs (2)
132appBuilder.AddNats("nats", 1234, user, pass).WithJetStream().WithDataBindMount(path); 223.WithJetStream();
NatsFunctionalTests.cs (3)
31.WithJetStream(); 166.WithJetStream(); 220.WithJetStream();
NatsPublicApiTests.cs (1)
45var action = () => builder.WithJetStream();
Nats.AppHost (1)
Program.cs (1)
4.WithJetStream();