Topic (MQTT)
With the MQTT protocol, the information that is transmitted in messages is organized into a hierarchy of topics.
A client publishes message data to one or more brokers. Each broker then transmits that data to whichever clients are connected to the broker and have subscribed to the topics with which the data is associated.