La classe MongoDB\Driver\Monitoring\ServerClosedEvent

(mongodb >=1.13.0)

Introduction

La classe MongoDB\Driver\Monitoring\ServerClosedEvent encapsule des informations sur un serveur fermé. Cela correspond à un serveur existant étant retiré de la topologie.

Synopsis de la classe

final class MongoDB\Driver\Monitoring\ServerClosedEvent {
/* Méthodes */
final public getHost(): string
final public getPort(): int
}

Sommaire

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top