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