Uses of Interface
jakarta.interceptor.InvocationContext
-
Packages that use InvocationContext Package Description jakarta.enterprise.inject.spi The portable extension integration SPI. -
-
Uses of InvocationContext in jakarta.enterprise.inject.spi
Methods in jakarta.enterprise.inject.spi with parameters of type InvocationContext Modifier and Type Method Description Object
Interceptor. intercept(InterceptionType type, T instance, InvocationContext ctx)
Invokes the specified kind of lifecycle callback or method invocation interception upon the given interceptor instance.
-