Skip to content

Mqtt topic matches

faststream.mqtt.testing.mqtt_topic_matches #

mqtt_topic_matches(pattern: str, topic: str) -> bool
Source code in faststream/mqtt/testing.py
def mqtt_topic_matches(pattern: str, topic: str) -> bool:
    return topic_matches(pattern, topic)