pamoja for TypeScript - v0.1.17
    Preparing search index...

    Interface MqttMessage

    A message received from a subscribed topic.

    interface MqttMessage {
        payload: Buffer;
        topic: string;
    }
    Index
    payload: Buffer

    The raw payload bytes.

    topic: string

    The topic the message was published to.