org.springframework.integration.mqtt.core
Class DefaultMqttPahoClientFactory.Will

java.lang.Object
  extended by org.springframework.integration.mqtt.core.DefaultMqttPahoClientFactory.Will
Enclosing class:
DefaultMqttPahoClientFactory

public static class DefaultMqttPahoClientFactory.Will
extends java.lang.Object


Constructor Summary
DefaultMqttPahoClientFactory.Will(java.lang.String topic, byte[] payload, int qos, boolean retained)
           
 
Method Summary
protected  byte[] getPayload()
           
protected  int getQos()
           
protected  java.lang.String getTopic()
           
protected  boolean isRetained()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMqttPahoClientFactory.Will

public DefaultMqttPahoClientFactory.Will(java.lang.String topic,
                                         byte[] payload,
                                         int qos,
                                         boolean retained)
Method Detail

getTopic

protected java.lang.String getTopic()

getPayload

protected byte[] getPayload()

getQos

protected int getQos()

isRetained

protected boolean isRetained()