Interface PubrelOutboundInterceptor

    • Method Detail

      • onOutboundPubrel

        void onOutboundPubrel​(@NotNull PubrelOutboundInput pubrelOutboundInput,
                              @NotNull PubrelOutboundOutput pubrelOutboundOutput)
        When a PubrelOutboundInterceptor is set through any extension, this method gets called for every outgoing PUBREL packet for any MQTT client.

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

        Parameters:
        pubrelOutboundInput - The PubrelOutboundInput parameter.
        pubrelOutboundOutput - The PubrelOutboundOutput parameter.
        Since:
        4.3.0, CE 2020.1