NatsClientSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the client configuration settings for connecting to a NATS cluster.
public sealed class NatsClientSettings
type NatsClientSettings = class
Public NotInheritable Class NatsClientSettings
- Inheritance
-
NatsClientSettings
Constructors
NatsClientSettings() |
Properties
ConnectionString |
Gets or sets the connection string of the NATS cluster to connect to. |
DisableHealthChecks |
Gets or sets a boolean value that indicates whether the NATS health check is disabled or not. |
DisableTracing |
Gets or sets a boolean value that indicates whether the OpenTelemetry tracing is disabled or not. |