ServerOpeningEvent
public struct ServerOpeningEvent : MongoSwiftEvent
Published when a server is initialized.
-
The connection ID (host/port pair) of the server.
Declaration
Swift
public let serverAddress: ServerAddress
-
A unique identifier for the topology.
Declaration
Swift
public let topologyID: BSONObjectID