performMqttDiscovery abstract method
Performs discovery of Thing Descriptions using the MQTT protocol via the
given brokerUri
.
By default, the discoveryTopic
wot/td/#
will be used as discussed in
this issue.
Implementation
@experimental
Stream<Content> performMqttDiscovery(
Uri brokerUri, {
required String discoveryTopic,
required String expectedContentType,
required Duration discoveryTimeout,
});