Package 

Class MqttConfig

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class MqttConfig.Companion
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String host
      private final Integer port
      private final String username
      private final String password
    • Constructor Summary

      Constructors 
      Constructor Description
      MqttConfig(String hostValue, Integer portValue, String usernameValue, String passwordValue)
    • Method Summary

      Modifier and Type Method Description
      final String getHost()
      final Integer getPort()
      final String getUsername()
      final String getPassword()
      • Methods inherited from class java.lang.Object

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

      • MqttConfig

        MqttConfig(String hostValue, Integer portValue, String usernameValue, String passwordValue)