Uses of Interface
io.agroal.api.AgroalPoolInterceptor
Packages that use AgroalPoolInterceptor
-
Uses of AgroalPoolInterceptor in io.agroal.api
Fields in io.agroal.api with type parameters of type AgroalPoolInterceptorModifier and TypeFieldDescriptionstatic final 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 AgroalPoolInterceptorModifier and TypeMethodDescriptionAgroalDataSource.getPoolInterceptors()Get the list of pool interceptors.Method parameters in io.agroal.api with type arguments of type AgroalPoolInterceptorModifier and TypeMethodDescriptionvoidAgroalDataSource.setPoolInterceptors(Collection<? extends AgroalPoolInterceptor> interceptors) Sets pool interceptors.