Interface AppConfig

  • All Known Implementing Classes:
    ImmutableAppConfig

    public interface AppConfig
    Main configuration for the example application.
    • Method Detail

      • name

        String name()
        A shorthand name for this application.
      • description

        Optional<String> description()
        A short description of the purpose of 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