@@ -56,7 +56,8 @@ 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+} <{+api+}/com/mongodb/event/package-summary.html>`__.
59
+ `see the event package of the {+driver-short+}
60
+ <{+core-api+}/com/mongodb/event/package-summary.html>`__.
60
61
61
62
.. _command-events-kotlin:
62
63
@@ -121,12 +122,12 @@ The following code implements these steps:
121
122
For more information on the classes and methods mentioned in this section, see
122
123
the following API documentation:
123
124
124
- - `CommandListener <{+api+}/com/mongodb/event/CommandListener.html>`__
125
- - `MongoClientSettings <{+api+}/com/mongodb/MongoClientSettings.html>`__
126
- - `MongoClient <{+api+}/apidocs/mongodb-driver-kotlin-sync/mongodb-driver-kotlin-sync/ com.mongodb.kotlin.client/-mongo-client/index.html>`__
127
- - `CommandStartedEvent <{+api+}/com/mongodb/event/CommandStartedEvent.html>`__
128
- - `CommandSucceededEvent <{+api+}/com/mongodb/event/CommandSucceededEvent.html>`__
129
- - `CommandFailedEvent <{+api+}/com/mongodb/event/CommandFailedEvent.html>`__
125
+ - `CommandListener <{+core- api+}/com/mongodb/event/CommandListener.html>`__
126
+ - `MongoClientSettings <{+core- api+}/com/mongodb/MongoClientSettings.html>`__
127
+ - `MongoClient <{+api+}/com.mongodb.kotlin.client/-mongo-client/index.html>`__
128
+ - `CommandStartedEvent <{+core- api+}/com/mongodb/event/CommandStartedEvent.html>`__
129
+ - `CommandSucceededEvent <{+core- api+}/com/mongodb/event/CommandSucceededEvent.html>`__
130
+ - `CommandFailedEvent <{+core- api+}/com/mongodb/event/CommandFailedEvent.html>`__
130
131
131
132
Server Discovery and Monitoring Events
132
133
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -177,11 +178,11 @@ For more information on the classes and methods mentioned in this section, see
177
178
the following API documentation:
178
179
179
180
- `ClusterListener <{+core-api+}/com/mongodb/event/ClusterListener.html>`__
180
- - `ServerListener <{+api+}/com/mongodb/event/ServerListener.html>`__
181
- - `ServerMonitorListener <{+api+}/com/mongodb/event/ServerMonitorListener.html>`__
181
+ - `ServerListener <{+core- api+}/com/mongodb/event/ServerListener.html>`__
182
+ - `ServerMonitorListener <{+core- api+}/com/mongodb/event/ServerMonitorListener.html>`__
182
183
- `MongoClientSettings <{+api+}/com/mongodb/MongoClientSettings.html>`__
183
184
- `MongoClient <{+api+}/apidocs/mongodb-driver-kotlin-sync/mongodb-driver-kotlin-sync/com.mongodb.kotlin.client/-mongo-client/index.html>`__
184
- - `ClusterDescriptionChangedEvent <{+api+}/com/mongodb/event/ClusterDescriptionChangedEvent.html>`__
185
+ - `ClusterDescriptionChangedEvent <{+core- api+}/com/mongodb/event/ClusterDescriptionChangedEvent.html>`__
185
186
186
187
Connection Pool Events
187
188
~~~~~~~~~~~~~~~~~~~~~~
@@ -224,11 +225,11 @@ The following code implements these steps:
224
225
For more information on the classes and methods mentioned in this section, see
225
226
the following API documentation:
226
227
227
- - `ConnectionPoolListener <{+api+}/com/mongodb/event/ConnectionPoolListener.html>`__
228
+ - `ConnectionPoolListener <{+core- api+}/com/mongodb/event/ConnectionPoolListener.html>`__
228
229
- `MongoClientSettings <{+api+}/com/mongodb/MongoClientSettings.html>`__
229
230
- `MongoClient <{+api+}/apidocs/mongodb-driver-kotlin-sync/mongodb-driver-kotlin-sync/com.mongodb.kotlin.client/-mongo-client/index.html>`__
230
- - `ConnectionCheckedOutEvent <{+api+}/com/mongodb/event/ConnectionCheckedOutEvent.html>`__
231
- - `ConnectionCheckOutFailedEvent <{+api+}/com/mongodb/event/ConnectionCheckOutFailedEvent.html>`__
231
+ - `ConnectionCheckedOutEvent <{+core- api+}/com/mongodb/event/ConnectionCheckedOutEvent.html>`__
232
+ - `ConnectionCheckOutFailedEvent <{+core- api+}/com/mongodb/event/ConnectionCheckOutFailedEvent.html>`__
232
233
233
234
.. _monitoring-jmx:
234
235
0 commit comments