Interface Mqtt3ClientConfigurer

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit configure(Mqtt3ClientBuilder builder) To be implemented by consumers.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • configure

         abstract Unit configure(Mqtt3ClientBuilder builder)

        To be implemented by consumers. Can perform any configuration on the given builder in place. This is called after all other configuration have been done so this is the final step.