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