Package com.mongodb.event
Class ClusterClosedEvent
- java.lang.Object
-
- com.mongodb.event.ClusterClosedEvent
-
public final class ClusterClosedEvent extends Object
A cluster closed event.- Since:
- 3.3
-
-
Constructor Summary
Constructors Constructor Description ClusterClosedEvent(ClusterId clusterId)
Constructs a new instance of the event.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterId
getClusterId()
Gets the cluster id associated with this event.String
toString()
-
-
-
Constructor Detail
-
ClusterClosedEvent
public ClusterClosedEvent(ClusterId clusterId)
Constructs a new instance of the event.- Parameters:
clusterId
- the cluster id
-
-