The MongoDB\Driver\Monitoring\TopologyClosedEvent class

(mongodb >=1.13.0)

Introduzione

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).

Sommario della classe

final class MongoDB\Driver\Monitoring\TopologyClosedEvent {
/* Metodi */
}

Indice dei contenuti

add a note

User Contributed Notes

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