Package br.com.anteros.mqtt.core.client
Class MqttWillMessage
- java.lang.Object
-
- br.com.anteros.mqtt.core.client.MqttWillMessage
-
public final class MqttWillMessage extends Object
遗嘱消息- Author:
- L.cm
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMqttWillMessage.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MqttWillMessage.Builderbuilder()booleanequals(Object o)byte[]getMessage()br.com.anteros.mqtt.codec.MqttQoSgetQos()StringgetTopic()br.com.anteros.mqtt.codec.MqttPropertiesgetWillProperties()inthashCode()booleanisRetain()StringtoString()
-
-
-
Method Detail
-
getTopic
public String getTopic()
-
getMessage
public byte[] getMessage()
-
isRetain
public boolean isRetain()
-
getQos
public br.com.anteros.mqtt.codec.MqttQoS getQos()
-
getWillProperties
public br.com.anteros.mqtt.codec.MqttProperties getWillProperties()
-
builder
public static MqttWillMessage.Builder builder()
-
-