Interface InterceptorMethodInvocation


public interface InterceptorMethodInvocation
Author:
Marius Bogoevici
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    invoke(jakarta.interceptor.InvocationContext invocationContext)
     
  • Method Details

    • invoke

      Object invoke(jakarta.interceptor.InvocationContext invocationContext) throws Exception
      Throws:
      Exception
    • expectsInvocationContext

      boolean expectsInvocationContext()