Interface InvocationHandler<I extends Invocation>

    • Method Detail

      • handle

        @Nullable
        Object handle​(I invocation)
               throws Throwable
        Catches invocation executed on proxy and returns result that should be passed to the client.
        Parameters:
        invocation - invocation captured
        Returns:
        successful result of invocation processing
        Throws:
        Throwable - exception that will be thrown on the call site