Package de.poiu.coat.example
Interface MqttConfig
-
- All Known Implementing Classes:
ImmutableMqttConfig
public interface MqttConfigMQTT Client configuration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InetAddressbrokerAddress()The address of the MQTT broker.Optional<String>clientId()The clientId to send to the MQTT broker.Optional<String>password()The password to connect to the MQTT broker.intport()The port to communicate with the MQTT broker.Optional<String>username()The username to connect to the MQTT broker.
-
-
-
Method Detail
-
brokerAddress
InetAddress brokerAddress()
The address of the MQTT broker.
-
port
int port()
The port to communicate with the MQTT broker.
-
-