The MongoDB\Driver\Monitoring\ServerClosedEvent class

(mongodb >=1.13.0)

Introduction

The MongoDB\Driver\Monitoring\ServerClosedEvent class encapsulates information about a closed server.

Class synopsis

finalclassMongoDB\Driver\Monitoring\ServerClosedEvent {
finalpublicgetHost(): string
finalpublicgetPort(): int
}

Table of Contents

To Top