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