net9.0
namespace Aspire.Hosting
{
public static class NatsBuilderExtensions
{
[Obsolete("This method is obsolete and will be removed in a future version. Use the overload without the srcMountPath parameter and WithDataBindMount extension instead if you want to keep data locally.")]
public static IResourceBuilder<NatsServerResource!>! WithJetStream(this IResourceBuilder<NatsServerResource!>! builder, string? srcMountPath = null);
}
}
.NET | 8.09.0 |
---|---|
Information specific to net9.0 | |
Assemblies | Aspire.Hosting.Nats , Version=9.1.0.0, PublicKeyToken=cc7b13ffcd2ddd51 Aspire.Hosting.Nats , Version=8.2.2.0, PublicKeyToken=cc7b13ffcd2ddd51 |
Referencing | Your project needs a package reference to |
Package | Aspire.Hosting.Nats net8.0 |
Obsolete | This method is obsolete and will be removed in a future version. Use the overload without the srcMountPath parameter and WithDataBindMount extension instead if you want to keep data locally. |
Platform Restrictions | This API is supported on all platforms. |