@qualithm/mqtt-wire - v0.1.5
    Preparing search index...

    Type Alias OnPublishHook

    OnPublishHook: (packet: PublishPacket) => void | Promise<void>

    Hook called when client sends PUBLISH.

    QoS acknowledgements (PUBACK, PUBREC) are handled automatically. The packet's topic is already resolved from topic alias if applicable.

    Type Declaration