NatsBuilderExtensions
AddNats(IDistributedApplicationBuilder, String, Int32?)
AddNats(IDistributedApplicationBuilder, String, Int32?, IResourceBuilder<ParameterResource>, IResourceBuilder<ParameterResource>)
WithDataBindMount(IResourceBuilder<NatsServerResource>, String, Boolean)
WithDataVolume(IResourceBuilder<NatsServerResource>, String, Boolean)
WithJetStream(IResourceBuilder<NatsServerResource>)
WithJetStream(IResourceBuilder<NatsServerResource>, String)
net10.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.010.0 |
|---|---|
Information specific to net10.0 | |
| Assemblies | Aspire.Hosting.Nats , Version=13.2.0.0, PublicKeyToken=cc7b13ffcd2ddd51 Aspire.Hosting.Nats , Version=13.1.0.0, PublicKeyToken=cc7b13ffcd2ddd51 |
| Referencing | Your project needs a package reference to |
| Package | Aspire.Hosting.Nats (13.2.0-preview.1.26060.2) 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. |
- Built-in API
- Package-provided API