Interface InvocationInterceptor.Invocation<T>

    • Method Detail

      • proceed

        T proceed()
           throws java.lang.Throwable
        Proceed with this invocation.
        Returns:
        the result of this invocation; potentially null.
        Throws:
        java.lang.Throwable - in case the invocation failed