Product
.NET SDK
Azure Iot Operations version
No response
What happened?
Using the AIO SDK, to write a handler that handles multiple MQTT paths
[CommandTopic("foo/bar/{method}")]
and not passing in method into the TopicTokenMap, so that the AIO SDK use the MQTT wildcard +. Will allow the user to read the actual used method used out of the extendedRequest.RequestMetadata.TopicTokens dictionary.
But how to avoid answering that call, if the method isn't something the current service is responsible for? How to tell the AIO SDK, that it should not respond to that call?
List the steps to reproduce
No response
Code of Conduct
Product
.NET SDK
Azure Iot Operations version
No response
What happened?
Using the AIO SDK, to write a handler that handles multiple MQTT paths
[CommandTopic("foo/bar/{method}")]and not passing in
methodinto the TopicTokenMap, so that the AIO SDK use the MQTT wildcard+. Will allow the user to read the actual used method used out of theextendedRequest.RequestMetadata.TopicTokensdictionary.But how to avoid answering that call, if the
methodisn't something the current service is responsible for? How to tell the AIO SDK, that it should not respond to that call?List the steps to reproduce
No response
Code of Conduct