The MongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent class

(mongodb >=1.13.0)

Introduction

The MongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent class encapsulates information about a failed server heartbeat.

Class synopsis

finalclassMongoDB\Driver\Monitoring\ServerHeartbeatFailedEvent {
finalpublicgetDurationMicros(): int
finalpublicgetError(): Exception
finalpublicgetHost(): string
finalpublicgetPort(): int
finalpublicisAwaited(): bool
}

Table of Contents

To Top