Documentation ¶
Overview ¶
Package mqtt contains the domain concept definitions needed to support Magistrala MQTT adapter functionality.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Subscriber ¶
type Subscriber interface { // Subscribes to given subject and receives events. Subscribe(string) error }
Subscriber represents the MQTT broker.
Click to show internal directories.
Click to hide internal directories.