Interface PublishInboundInput
- All Superinterfaces:
ClientBasedInput
@DoNotImplement public interface PublishInboundInput extends ClientBasedInput
This is the input parameter of any
PublishInboundInterceptor providing PUBLISH, connection and client based
information.- Since:
- 4.0.0, CE 2019.1
-
Method Summary
Modifier and Type Method Description @Immutable @NotNull PublishPacketgetPublishPacket()The unmodifiable PUBLISH packet that was intercepted.Methods inherited from interface com.hivemq.extension.sdk.api.parameter.ClientBasedInput
getClientInformation, getConnectionInformation
-
Method Details
-
getPublishPacket
The unmodifiable PUBLISH packet that was intercepted.- Returns:
- An unmodifiable
PublishPacket. - Since:
- 4.0.0, CE 2019.1
-