Package com.mongodb.event
Class ConnectionPoolClosedEvent
- java.lang.Object
 - 
- com.mongodb.event.ConnectionPoolClosedEvent
 
 
- 
public final class ConnectionPoolClosedEvent extends Object
An event signifying the closing of a connection pool.- Since:
 - 3.5
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ConnectionPoolClosedEvent(ServerId serverId)Constructs a new instance of the event. 
 - 
 
- 
- 
Constructor Detail
- 
ConnectionPoolClosedEvent
public ConnectionPoolClosedEvent(ServerId serverId)
Constructs a new instance of the event.- Parameters:
 serverId- the server ide
 
 - 
 
 -