Interface PubrecInboundInterceptor

    • Method Detail

      • onInboundPubrec

        void onInboundPubrec​(@NotNull PubrecInboundInput pubrecInboundInput,
                             @NotNull PubrecInboundOutput pubrecInboundOutput)
        When a PubrecInboundInterceptor is set through any extension, this method gets called for every inbound PUBREC packet from any MQTT client.

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

        Parameters:
        pubrecInboundInput - The PubrecInboundInput parameter.
        pubrecInboundOutput - The PubrecInboundOutput parameter.
        Since:
        4.3.0, CE 2020.1