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 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 Details

    • Will

      public Will​(java.lang.String topic, byte[] payload, int qos, boolean retained)
  • Method Details