Interface PubcompInboundInterceptor

    • Method Detail

      • onInboundPubcomp

        void onInboundPubcomp​(@NotNull PubcompInboundInput pubcompInboundInput,
                              @NotNull PubcompInboundOutput pubcompInboundOutput)
        When a PubcompInboundInterceptor is set through any extension, this method gets called for every inbound PUBCOMP packet from any MQTT client.

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

        Parameters:
        pubcompInboundInput - The PubcompInboundInput parameter.
        pubcompInboundOutput - The PubcompInboundOutput parameter.
        Since:
        4.3.0, CE 2020.1