7 references to WithJetStream
Aspire.Hosting.Nats.Tests (6)
AddNatsTests.cs (2)
137appBuilder.AddNats("nats", 1234, user, pass).WithJetStream().WithDataBindMount(path); 228.WithJetStream();
NatsFunctionalTests.cs (3)
29.WithJetStream(); 162.WithJetStream(); 217.WithJetStream();
NatsPublicApiTests.cs (1)
101var action = () => builder.WithJetStream();
Nats.AppHost (1)
Program.cs (1)
4.WithJetStream();