Class SmarterLinkConfig
- Namespace
- SmarterLink.Bootstrapping
- Assembly
- SmarterLink.Bootstrapping.dll
Top-level configuration for the SmarterLink bootstrapper.
public record SmarterLinkConfig : IEquatable<SmarterLinkConfig>
- Inheritance
-
SmarterLinkConfig
- Implements
- Inherited Members
Constructors
SmarterLinkConfig(TopicConfig, MqttConfig)
Top-level configuration for the SmarterLink bootstrapper.
public SmarterLinkConfig(TopicConfig TopicConfig, MqttConfig MqttConfig)
Parameters
TopicConfigTopicConfigMqttConfigMqttConfig
Properties
MqttConfig
public MqttConfig MqttConfig { get; init; }
Property Value
TopicConfig
public TopicConfig TopicConfig { get; init; }