Interface InterceptorCreator.InterceptFunction

  • Enclosing interface:
    InterceptorCreator
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface InterceptorCreator.InterceptFunction
    • Method Detail

      • intercept

        Object intercept​(ArcInvocationContext invocationContext)
                  throws Exception
        The returned value is ignored by the container when the method is invoked to interpose on a lifecycle event.
        Parameters:
        invocationContext -
        Returns:
        the return value
        Throws:
        Exception