net-mqtt-0.2.3.1: An MQTT Protocol Implementation.

Copyright(c) Dustin Sallings 2019
LicenseBSD3
Maintainerdustin@spy.net
Stabilityexperimental
Safe HaskellSafe
LanguageHaskell2010

Network.MQTT.Topic

Description

Topic and topic related utiilities.

Synopsis

Documentation

type Topic = Text Source #

An MQTT topic.

match :: Text -> 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.