ServerHeartbeatStartedEvent
public struct ServerHeartbeatStartedEvent : MongoSwiftEvent
Published when the server monitor’s ismaster command is started - immediately before the ismaster command is serialized into raw BSON and written to the socket.
-
The address of the server.
Declaration
Swift
public let serverAddress: ServerAddress