Introduzione
PHP Manual
PHP Manual»MongoDB\Driver\Monitoring»MongoDB\Driver\Monitoring\TopologyClosedEvent

The MongoDB\Driver\Monitoring\TopologyClosedEvent class

(mongodb >=1.13.0)

The MongoDB\Driver\Monitoring\TopologyClosedEvent class encapsulates information about a closed topology.

Nota: Due to the driver's connection handling and persistence behavior, this event can only be observed when a MongoDB\Driver\Manager is created with the "disableClientPersistence" driver option and freed before request shutdown (RSHUTDOWN).

final class MongoDB\Driver\Monitoring\TopologyClosedEvent {
/* Proprietà */
/* Metodi */
final public function getTopologyId(): MongoDB\BSON\ObjectId
}
topologyId
The topology ID.
Versione Descrizione
PECL mongodb 2.3.0 Added public readonly properties.

Indice dei contenuti

To Top