Class InterceptPublishMessage
- java.lang.Object
-
- io.moquette.interception.messages.InterceptAbstractMessage
-
- io.moquette.interception.messages.InterceptPublishMessage
-
- All Implemented Interfaces:
InterceptMessage
public class InterceptPublishMessage extends InterceptAbstractMessage
-
-
Constructor Summary
Constructors Constructor Description InterceptPublishMessage(io.netty.handler.codec.mqtt.MqttPublishMessage msg, String clientID, String username)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClientID()io.netty.buffer.ByteBufgetPayload()StringgetTopicName()StringgetUsername()-
Methods inherited from class io.moquette.interception.messages.InterceptAbstractMessage
getQos, isDupFlag, isRetainFlag
-
-