Package feign

Interface InvocationHandlerFactory.MethodHandler

  • Enclosing interface:
    InvocationHandlerFactory

    public static interface InvocationHandlerFactory.MethodHandler
    Like InvocationHandler.invoke(Object, java.lang.reflect.Method, Object[]), except for a single method.
    • Method Detail

      • invoke

        java.lang.Object invoke​(java.lang.Object[] argv)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable