Package com.mongodb.event
Class ClusterOpeningEvent
- java.lang.Object
 - 
- com.mongodb.event.ClusterOpeningEvent
 
 
- 
@Deprecated(since="2021-05-27") public final class ClusterOpeningEvent extends java.lang.ObjectDeprecated.Usage of this API is not supported in AEM as a Cloud Service.A cluster opening event.- Since:
 - 3.3
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ClusterOpeningEvent(ClusterId clusterId)Deprecated.Constructs a new instance of the event. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ClusterIdgetClusterId()Deprecated.Gets the cluster id.java.lang.StringtoString()Deprecated. 
 - 
 
- 
- 
Constructor Detail
- 
ClusterOpeningEvent
public ClusterOpeningEvent(ClusterId clusterId)
Deprecated.Constructs a new instance of the event.- Parameters:
 clusterId- the cluster id
 
 - 
 
- 
Method Detail
- 
getClusterId
public ClusterId getClusterId()
Deprecated.Gets the cluster id.- Returns:
 - the cluster id
 
 
- 
toString
public java.lang.String toString()
Deprecated.- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -