Interface PubackOutboundInput
-
- All Superinterfaces:
ClientBasedInput
@DoNotImplement public interface PubackOutboundInput extends ClientBasedInput
This is the input parameter for anyPubackOutboundInterceptorproviding PUBACK, connection and client based information.- Since:
- 4.3.0, CE 2020.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Immutable @NotNull PubackPacketgetPubackPacket()The unmodifiable PUBACK packet that was intercepted.-
Methods inherited from interface com.hivemq.extension.sdk.api.parameter.ClientBasedInput
getClientInformation, getConnectionInformation
-
-
-
-
Method Detail
-
getPubackPacket
@Immutable @NotNull @Immutable @NotNull PubackPacket getPubackPacket()
The unmodifiable PUBACK packet that was intercepted.- Returns:
- An unmodifiable
PubackPacket. - Since:
- 4.3.0, CE 2020.1
-
-