Table of Contents

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

Top-level configuration for the SmarterLink bootstrapper.

public SmarterLinkConfig(TopicConfig TopicConfig, MqttConfig MqttConfig)

Parameters

TopicConfig TopicConfig
MqttConfig MqttConfig

Properties

public MqttConfig MqttConfig { get; init; }

Property Value

MqttConfig
public TopicConfig TopicConfig { get; init; }

Property Value

TopicConfig