The MongoDB\Driver\Monitoring\ServerChangedEvent class

Introduction

The MongoDB\Driver\Monitoring\ServerChangedEvent class encapsulates information about a changed server description. For example, a server's type changing from secondary to primary would cause its server description to change.

Class synopsis

MongoDB\Driver\Monitoring\ServerChangedEvent
final class MongoDB\Driver\Monitoring\ServerChangedEvent {
/* Methods */
final public string getHost()
final public MongoDB\Driver\ServerDescription getNewDescription()
final public int getPort()
final public MongoDB\Driver\ServerDescription getPreviousDescription()
final public MongoDB\BSON\ObjectId getTopologyId()
}
Table of Contents