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