Package com.mongodb.event
Class ServerClosedEvent
- java.lang.Object
 - 
- com.mongodb.event.ServerClosedEvent
 
 
- 
public final class ServerClosedEvent extends Object
A server opening event.- Since:
 - 3.3
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ServerClosedEvent(ServerId serverId)Construct an instance. 
 - 
 
- 
- 
Constructor Detail
- 
ServerClosedEvent
public ServerClosedEvent(ServerId serverId)
Construct an instance.- Parameters:
 serverId- the non-null serverId
 
 - 
 
 -