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
TopicConfig(string, string, string, string)
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
Properties
Area
public string Area { get; init; }
Property Value
Site
public string Site { get; init; }
Property Value
Station
public string Station { get; init; }
Property Value
SubArea
public string SubArea { get; init; }