Class DefaultMqttPahoClientFactory.Will
java.lang.Object
org.springframework.integration.mqtt.core.DefaultMqttPahoClientFactory.Will
- Enclosing class:
- DefaultMqttPahoClientFactory
public static class DefaultMqttPahoClientFactory.Will
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Will(java.lang.String topic, byte[] payload, int qos, boolean retained) -
Method Summary
Modifier and Type Method Description protected byte[]getPayload()protected intgetQos()protected java.lang.StringgetTopic()protected booleanisRetained()
-
Constructor Details
-
Will
public Will(java.lang.String topic, byte[] payload, int qos, boolean retained)
-
-
Method Details
-
getTopic
protected java.lang.String getTopic() -
getPayload
protected byte[] getPayload() -
getQos
protected int getQos() -
isRetained
protected boolean isRetained()
-