Package de.poiu.coat.example
Interface MqttConfig
- All Known Implementing Classes:
ImmutableMqttConfig
public interface MqttConfig
MQTT Client configuration
-
Method Summary
Modifier and TypeMethodDescription@Size(min=1) InetAddress[]The address(es) of the MQTT broker.The clientId to send to the MQTT broker.intgetPort()The port to communicate with the MQTT broker.password()The password to connect to the MQTT broker.username()The username to connect to the MQTT broker.
-
Method Details
-
getClientId
The clientId to send to the MQTT broker. -
getBrokerAddresses
The address(es) of the MQTT broker. -
getPort
int getPort()The port to communicate with the MQTT broker. -
username
The username to connect to the MQTT broker. -
password
The password to connect to the MQTT broker.
-