The MongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent class

(mongodb >=1.13.0)

简介

The MongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent class encapsulates information about a started server heartbeat.

类摘要

finalclassMongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent {
finalpublicgetHost(): string
finalpublicgetPort(): int
finalpublicisAwaited(): bool
}

目录

To Top