@@ -56,7 +56,7 @@ The {+driver-short+} organizes the events it defines into three categories:
56
56
- Connection Pool events
57
57
58
58
The following sections show how to monitor each event category. For a full list of the events you can monitor,
59
- `see the event package of the {+driver-short+}
59
+ `see the event package of the {+language+} driver
60
60
<{+core-api+}/com/mongodb/event/package-summary.html>`__.
61
61
62
62
.. _command-events-kotlin:
@@ -180,8 +180,8 @@ the following API documentation:
180
180
- `ClusterListener <{+core-api+}/com/mongodb/event/ClusterListener.html>`__
181
181
- `ServerListener <{+core-api+}/com/mongodb/event/ServerListener.html>`__
182
182
- `ServerMonitorListener <{+core-api+}/com/mongodb/event/ServerMonitorListener.html>`__
183
- - `MongoClientSettings <{+api+}/com/mongodb/MongoClientSettings.html>`__
184
- - `MongoClient <{+api+}/apidocs/mongodb-driver-kotlin-sync/mongodb-driver-kotlin-sync/ com.mongodb.kotlin.client/-mongo-client/index.html>`__
183
+ - `MongoClientSettings <{+core- api+}/com/mongodb/MongoClientSettings.html>`__
184
+ - `MongoClient <{+api+}/com.mongodb.kotlin.client/-mongo-client/index.html>`__
185
185
- `ClusterDescriptionChangedEvent <{+core-api+}/com/mongodb/event/ClusterDescriptionChangedEvent.html>`__
186
186
187
187
Connection Pool Events
@@ -226,8 +226,8 @@ For more information on the classes and methods mentioned in this section, see
226
226
the following API documentation:
227
227
228
228
- `ConnectionPoolListener <{+core-api+}/com/mongodb/event/ConnectionPoolListener.html>`__
229
- - `MongoClientSettings <{+api+}/com/mongodb/MongoClientSettings.html>`__
230
- - `MongoClient <{+api+}/apidocs/mongodb-driver-kotlin-sync/mongodb-driver-kotlin-sync/ com.mongodb.kotlin.client/-mongo-client/index.html>`__
229
+ - `MongoClientSettings <{+core- api+}/com/mongodb/MongoClientSettings.html>`__
230
+ - `MongoClient <{+api+}/com.mongodb.kotlin.client/-mongo-client/index.html>`__
231
231
- `ConnectionCheckedOutEvent <{+core-api+}/com/mongodb/event/ConnectionCheckedOutEvent.html>`__
232
232
- `ConnectionCheckOutFailedEvent <{+core-api+}/com/mongodb/event/ConnectionCheckOutFailedEvent.html>`__
233
233
0 commit comments