MQTT Subscribe

Summary

Receive MQTT messages published on specified topics on a broker.

Ports

Published messages that match subsribed topics are routed as events to the out port.

Input/Output Format

Produced events follow the following format:

{
    topic: string,
    message: Buffer
}

Events

This functions does not listen for nor emit any events.