Interface PoolLifeCycle
-
- All Known Implementing Classes:
ConnectionPoolStatsProviderBootstrap,PoolLifeCycleRegistry
public interface PoolLifeCyclePool Life cycle listener that can be implemented by listeners for getting events on the pool's lifecycle like creation/destruction.- Author:
- Jagadish Ramu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpoolCreated(PoolInfo poolInfo)voidpoolDestroyed(PoolInfo poolInfo)
-