ServerHeartbeatSucceededEvent
public struct ServerHeartbeatSucceededEvent : MongoSwiftEvent
Published when the server monitor’s “hello” command succeeds.
-
The execution time of the event, in microseconds.
Declaration
Swift
public let duration: Int
-
The command reply.
Declaration
Swift
public let reply: BSONDocument
-
The address of the server.
Declaration
Swift
public let serverAddress: ServerAddress