Table of Contents

Class TopicConfig

Namespace
SmarterLink.Bootstrapping
Assembly
SmarterLink.Bootstrapping.dll

Defines the MQTT topic hierarchy segments for this participant's location. These values populate the site, area, sub-area, and station levels of all published topics.

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

Constructors

Defines the MQTT topic hierarchy segments for this participant's location. These values populate the site, area, sub-area, and station levels of all published topics.

public TopicConfig(string Site, string Area, string SubArea, string Station)

Parameters

Site string
Area string
SubArea string
Station string

Properties

public string Area { get; init; }

Property Value

string
public string Site { get; init; }

Property Value

string
public string Station { get; init; }

Property Value

string
public string SubArea { get; init; }

Property Value

string