Uses of Class
dev.jfr4jdbc.interceptor.CancelContext
-
Packages that use CancelContext Package Description dev.jfr4jdbc.interceptor dev.jfr4jdbc.interceptor.impl.legacy -
-
Uses of CancelContext in dev.jfr4jdbc.interceptor
Methods in dev.jfr4jdbc.interceptor that return types with arguments of type CancelContext Modifier and Type Method Description Interceptor<CancelContext>InterceptorFactory. createCancelInterceptor() -
Uses of CancelContext in dev.jfr4jdbc.interceptor.impl.legacy
Methods in dev.jfr4jdbc.interceptor.impl.legacy that return types with arguments of type CancelContext Modifier and Type Method Description Interceptor<CancelContext>LegacyInterceptorFactory. createCancelInterceptor()Methods in dev.jfr4jdbc.interceptor.impl.legacy with parameters of type CancelContext Modifier and Type Method Description voidLegacyCancelInterceptor. postInvoke(CancelContext cancelContext)voidLegacyCancelInterceptor. preInvoke(CancelContext context)
-