Package com.mongodb.event
Class ServerOpeningEvent
- java.lang.Object
-
- com.mongodb.event.ServerOpeningEvent
-
@Deprecated(since="2021-05-27") public final class ServerOpeningEvent extends java.lang.ObjectDeprecated.Usage of this API is not supported in AEM as a Cloud Service.A server opening event.- Since:
- 3.3
-
-
Constructor Summary
Constructors Constructor Description ServerOpeningEvent(ServerId serverId)Deprecated.Construct an instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ServerIdgetServerId()Deprecated.Gets the serverId.java.lang.StringtoString()Deprecated.
-
-
-
Constructor Detail
-
ServerOpeningEvent
public ServerOpeningEvent(ServerId serverId)
Deprecated.Construct an instance.- Parameters:
serverId- the non-null serverId
-
-
Method Detail
-
getServerId
public ServerId getServerId()
Deprecated.Gets the serverId.- Returns:
- the serverId
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
-