Interface PublishAuthorizerInput
-
- All Superinterfaces:
ClientBasedInput
@DoNotImplement public interface PublishAuthorizerInput extends ClientBasedInput
This is the input parameter of anyPublishAuthorizerproviding an unmodifiable inboundPublishPacketandClientBasedInput.- Since:
- 4.0.0, CE 2019.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 Detail
-
getPublishPacket
@Immutable @NotNull @Immutable @NotNull PublishPacket getPublishPacket()
Get the unmodifiable publish packet that has to be authorized.- Returns:
- The
PublishPacketfor this authorization call. - Since:
- 4.0.0, CE 2019.1
-
-