Uses of Interface
io.agroal.api.AgroalPoolInterceptor
-
Packages that use AgroalPoolInterceptor Package Description io.agroal.api -
-
Uses of AgroalPoolInterceptor in io.agroal.api
Fields in io.agroal.api with type parameters of type AgroalPoolInterceptor Modifier and Type Field Description static Comparator<AgroalPoolInterceptor>AgroalPoolInterceptor. DEFAULT_COMPARATORUses interceptor priority, followed byClass.getName()to ensure a consistent ordering.Methods in io.agroal.api that return types with arguments of type AgroalPoolInterceptor Modifier and Type Method Description List<AgroalPoolInterceptor>AgroalDataSource. getPoolInterceptors()Get the list of pool interceptors.Method parameters in io.agroal.api with type arguments of type AgroalPoolInterceptor Modifier and Type Method Description voidAgroalDataSource. setPoolInterceptors(Collection<? extends AgroalPoolInterceptor> interceptors)Sets pool interceptors.
-