Package io.agroal.pool.util
Class InterceptorHelper
- java.lang.Object
-
- io.agroal.pool.util.InterceptorHelper
-
public final class InterceptorHelper extends Object
- Author:
- Luis Barreiro
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidfireOnConnectionAcquiredInterceptor(List<? extends AgroalPoolInterceptor> interceptors, ConnectionHandler handler)static voidfireOnConnectionReturnInterceptor(List<? extends AgroalPoolInterceptor> interceptors, ConnectionHandler handler)
-
-
-
Method Detail
-
fireOnConnectionAcquiredInterceptor
public static void fireOnConnectionAcquiredInterceptor(List<? extends AgroalPoolInterceptor> interceptors, ConnectionHandler handler) throws SQLException
- Throws:
SQLException
-
fireOnConnectionReturnInterceptor
public static void fireOnConnectionReturnInterceptor(List<? extends AgroalPoolInterceptor> interceptors, ConnectionHandler handler) throws SQLException
- Throws:
SQLException
-
-