Interface ActionHandler.Invoker<C,​B,​R>

  • Enclosing class:
    ActionHandler<C,​B,​R>

    public static interface ActionHandler.Invoker<C,​B,​R>
    • Method Detail

      • invoke

        R invoke​(io.undertow.server.HttpServerExchange exchange,
                 C context,
                 B body)
          throws java.lang.Exception
        Throws:
        java.lang.Exception