Package io.moquette.broker
Class RetainedMessage
- java.lang.Object
-
- io.moquette.broker.RetainedMessage
-
- All Implemented Interfaces:
Serializable
public class RetainedMessage extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RetainedMessage(Topic topic, io.netty.handler.codec.mqtt.MqttQoS qos, byte[] payload)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getPayload()TopicgetTopic()io.netty.handler.codec.mqtt.MqttQoSqosLevel()
-