Table of Contents

Class NatsSvcConfig

Namespace
NATS.Client.Services
Assembly
NATS.Client.Services.dll

NATS service configuration.

public record NatsSvcConfig : IEquatable<NatsSvcConfig>
Inheritance
NatsSvcConfig
Implements
Inherited Members

Constructors

NatsSvcConfig(string, string)

Creates a new instance of NatsSvcConfig.

Properties

Description

Service description.

Metadata

Service metadata. This will be included in the service info.

Name

Service name.

QueueGroup

Queue group name. (default: "q")

StatsHandler

Stats handler. JSON object returned by this handler will be included in the service stats data property.

Version

Service version. Must be a valid Semantic Versioning string.