The MongoDB\Driver\Monitoring\ServerClosedEvent class

(mongodb >=1.13.0)

Giriş

The MongoDB\Driver\Monitoring\ServerClosedEvent class encapsulates information about a closed server. This corresponds to an existing server being removed from the topology.

Sınıf Sözdizimi

final class MongoDB\Driver\Monitoring\ServerClosedEvent {
/* Özellikler */
public readonly string $host;
public readonly int $port;
/* Yöntemler */
final public getHost(): string
final public getPort(): int
}

Özellikler

host
The hostname of the server.
port
The port of the server.
topologyId
The topology ID.

Sürüm Bilgisi

Sürüm: Açıklama
PECL mongodb 2.3.0 Added public readonly properties.

İçindekiler

add a note

User Contributed Notes

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