The MongoDB\Driver\Monitoring\TopologyClosedEvent class

はじめに

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

注意: 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).

クラス概要

MongoDB\Driver\Monitoring\TopologyClosedEvent
final class MongoDB\Driver\Monitoring\TopologyClosedEvent {
/* メソッド */
final public MongoDB\BSON\ObjectId getTopologyId()
}
目次