Interface UnsubscribeInboundInput
- All Superinterfaces:
ClientBasedInput
@DoNotImplement public interface UnsubscribeInboundInput extends ClientBasedInput
This is the input parameter of any
UnsubscribeInboundInterceptor providing UNSUBSCRIBE, connection and client
based information.- Since:
- 4.3.0, CE 2020.1
-
Method Summary
Modifier and Type Method Description @Immutable @NotNull UnsubscribePacketgetUnsubscribePacket()The unmodifiable UNSUBSCRIBE packet that was intercepted.Methods inherited from interface com.hivemq.extension.sdk.api.parameter.ClientBasedInput
getClientInformation, getConnectionInformation
-
Method Details
-
getUnsubscribePacket
The unmodifiable UNSUBSCRIBE packet that was intercepted.- Returns:
- An unmodifiable
UnsubscribePacket. - Since:
- 4.3.0, CE 2020.1
-