spring-framework / org.springframework.aop.interceptor / AbstractTraceInterceptor / invoke

invoke

open fun invoke(invocation: MethodInvocation): Any

Overrides MethodInterceptor.invoke

Determines whether or not logging is enabled for the particular MethodInvocation. If not, the method invocation proceeds as normal, otherwise the method invocation is passed to the invokeUnderTrace method for handling.

See Also
#invokeUnderTrace(org.aopalliance.intercept.MethodInvocation, org.apache.commons.logging.Log)