Class TinyApplicationContext.Builder

    • Method Detail

      • setReadyPath

        public void setReadyPath​(String readyPath)
      • setHealthyPath

        public void setHealthyPath​(String healthyPath)
      • setDrainPath

        public void setDrainPath​(String drainPath)
      • addHttpHandler

        public void addHttpHandler​(String context,
                                   HttpHandler handler)
        Add a custom HTTP handler to the admin server.
        Parameters:
        context - The context path for the handler.
        handler - The handler.