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 Summary

    Modifier and Type
    Method
    Description
    intercept(ArcInvocationContext invocationContext)
    The returned value is ignored by the container when the method is invoked to interpose on a lifecycle event.
  • Method Details

    • 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