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.Object
Deprecated.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 ServerId
getServerId()
Deprecated.Gets the serverId.java.lang.String
toString()
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:
toString
in classjava.lang.Object
-
-