Interface PublishAuthorizerInput
- All Superinterfaces:
ClientBasedInput
@DoNotImplement public interface PublishAuthorizerInput extends ClientBasedInput
This is the input parameter of any
PublishAuthorizer providing an unmodifiable inbound PublishPacket
and ClientBasedInput.- Since:
- 4.0.0, CE 2019.1
-
Method Summary
Modifier and Type Method Description @Immutable @NotNull PublishPacketgetPublishPacket()Get the unmodifiable publish packet that has to be authorized.Methods inherited from interface com.hivemq.extension.sdk.api.parameter.ClientBasedInput
getClientInformation, getConnectionInformation
-
Method Details
-
getPublishPacket
Get the unmodifiable publish packet that has to be authorized.- Returns:
- The
PublishPacketfor this authorization call. - Since:
- 4.0.0, CE 2019.1
-