Interface TextIoApp<APP extends TextIoApp<APP>>

    • Method Detail

      • init

        void init()
      • withOnDispose

        APP withOnDispose​(java.util.function.Consumer<java.lang.String> onDispose)
      • withOnAbort

        APP withOnAbort​(java.util.function.Consumer<java.lang.String> onAbort)
      • withMaxInactiveSeconds

        APP withMaxInactiveSeconds​(java.lang.Integer maxInactiveSeconds)
      • withStaticFilesLocation

        APP withStaticFilesLocation​(java.lang.String location)
      • withPort

        APP withPort​(java.lang.Integer portNumber)
      • getPort

        int getPort()