@FunctionalInterface
public interface PooledConnectionClosedNotifier
MysqlPooledConnection 关闭事件监听器,MysqlPooledConnection.close() 方法被调用时,
将会触发 onClosed(MysqlPooledConnection) 方法进行通知。| 限定符和类型 | 方法和说明 |
|---|---|
void |
onClosed(MysqlPooledConnection pooledConnection)
当
pooledConnection 被关闭后,将会触发此事件函数。 |
void onClosed(MysqlPooledConnection pooledConnection)
pooledConnection 被关闭后,将会触发此事件函数。pooledConnection - 可重复使用的数据库连接Copyright © 2019. All Rights Reserved.