-
public final class MqttConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classMqttConfig.Companion
-
Constructor Summary
Constructors Constructor Description MqttConfig(String hostValue, Integer portValue, String usernameValue, String passwordValue)
-
Method Summary
Modifier and Type Method Description final StringgetHost()final IntegergetPort()final StringgetUsername()final StringgetPassword()-
-
Method Detail
-
getHost
final String getHost()
-
getPort
final Integer getPort()
-
getUsername
final String getUsername()
-
getPassword
final String getPassword()
-
-
-
-