Interface PubrelInboundInterceptor

    • Method Detail

      • onInboundPubrel

        void onInboundPubrel​(@NotNull PubrelInboundInput pubrelInboundInput,
                             @NotNull PubrelInboundOutput pubrelInboundOutput)
        When a PubrelInboundInterceptor is set through any extension, this method gets called for every inbound PUBREL packet from any MQTT client.

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

        Parameters:
        pubrelInboundInput - The PubrelInboundInput parameter.
        pubrelInboundOutput - The PubrelInboundOutput parameter.
        Since:
        4.3.0, CE 2020.1