@Beta public final class ConnectionPoolClosedEvent extends java.lang.Object
| 构造器和说明 |
|---|
ConnectionPoolClosedEvent(ServerId serverId)
Constructs a new instance of the event.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ServerId |
getServerId()
Gets the server id
|
java.lang.String |
toString() |
public ConnectionPoolClosedEvent(ServerId serverId)
serverId - the server idepublic ServerId getServerId()
public java.lang.String toString()
toString 在类中 java.lang.Object