Package de.poiu.coat.example
Interface AppConfig
-
- All Known Implementing Classes:
ImmutableAppConfig
public interface AppConfigMain configuration for the example application.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<String>description()A short description of the purpose of this application.InetAddresslistenAddres()The interfaces to listen on for incoming connections.intlistenPort()The port to listen on for incoming connections.MqttConfigmqtt()The configuration for the MQTT connectionStringname()A shorthand name for this application.
-
-
-
Method Detail
-
name
String name()
A shorthand name for this application.
-
listenAddres
InetAddress listenAddres()
The interfaces to listen on for incoming connections.
-
listenPort
int listenPort()
The port to listen on for incoming connections.
-
mqtt
MqttConfig mqtt()
The configuration for the MQTT connection
-
-