Copyright | (c) Dustin Sallings 2019 |
---|---|
License | BSD3 |
Maintainer | dustin@spy.net |
Stability | experimental |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Network.MQTT.Topic
Description
Topic and topic related utiilities.
Documentation
An MQTT topic filter.
An MQTT topic.
match :: Filter -> Topic -> Bool Source #
match returns true iff the given pattern can be matched by the specified Topic as defined in the MQTT 3.1.1 specification.
mkFilter :: Text -> Maybe Filter Source #
mkFilter creates a filter from a text representation of a valid filter.
mkTopic :: Text -> Maybe Topic Source #
mkTopic creates a topic from a text representation of a valid filter.