The MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent class

(mongodb >=1.13.0)

Introduction

The MongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent class encapsulates information about a successful server heartbeat.

Class synopsis

finalclassMongoDB\Driver\Monitoring\ServerHeartbeatSucceededEvent {
finalpublicgetDurationMicros(): int
finalpublicgetHost(): string
finalpublicgetPort(): int
finalpublicgetReply(): object
finalpublicisAwaited(): bool
}

Table of Contents

To Top