The MongoDB\Driver\Monitoring\ServerOpeningEvent class

はじめに

The MongoDB\Driver\Monitoring\ServerOpeningEvent class encapsulates information about an opened server. This corresponds to a new server being added to the topology.

クラス概要

MongoDB\Driver\Monitoring\ServerOpeningEvent
final class MongoDB\Driver\Monitoring\ServerOpeningEvent {
/* メソッド */
final public string getHost()
final public int getPort()
final public MongoDB\BSON\ObjectId getTopologyId()
}
目次