Interface RequestHandler.Execution

  • Enclosing interface:
    RequestHandler<R>

    public static interface RequestHandler.Execution
    Function interface to run an execution on the Socket Thread.
    • Method Detail

      • run

        void run()
          throws java.lang.Throwable
        Runs the execution.
        Throws:
        java.lang.Throwable - If execution fails.