Interface PubackInboundInterceptor

    • Method Detail

      • onInboundPuback

        void onInboundPuback​(@NotNull PubackInboundInput pubackInboundInput,
                             @NotNull PubackInboundOutput pubackInboundOutput)
        When a PubackInboundInterceptor is set through any extension, this method gets called for every inbound PUBACK packet from any MQTT client.

        When the extension is enabled after HiveMQ is already running, this method will also be called for future PUBACKs of clients that are already connected.

        Parameters:
        pubackInboundInput - The PubackInboundInput parameter.
        pubackInboundOutput - The PubackInboundOutput parameter.
        Since:
        4.3.0, CE 2020.1