The MongoDB\Driver\Monitoring\ServerHeartbeatStartedEvent class

(mongodb >=1.13.0)

Introduction

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

Class synopsis

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

Table of Contents

To Top