Skip to main content

Module topic_pattern_path

Module topic_pattern_path 

Source
Expand description

Parsed MQTT topic patterns.

TopicPatternPath holds a validated sequence of TopicPatternItem segments (literals, + single-level and # multi-level wildcards) together with bound parameter values, and renders back to the wire MQTT pattern.

Structs§

TopicPatternPath
Parsed MQTT topic pattern with wildcard support

Enums§

TopicFormatError
Error types for formatting topics with parameters