Class NatsSvcConfig
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" unless UseQueueGroup is set to - false)
- StatsHandler
- Stats handler. JSON object returned by this handler will be included in the service stats - dataproperty.
- UseQueueGroup
- Use a queue group when creating service subscriptions. (default: - true) Queue group name is defined using QueueGroup property.
- Version
- Service version. Must be a valid Semantic Versioning string.