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

    Interface TransportMessage

    A message that arrived on a subscribed topic.

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

    The raw payload bytes.

    topic: string

    The topic it was published to.