File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -139,9 +139,9 @@ in the state of the MongoDB instance or cluster you have connected the driver to
139
139
The driver defines nine SDAM events and provides the following listener
140
140
interfaces, which listen for three SDAM events each:
141
141
142
- - ` `` ClusterListener`` <{+core-api+}/com/mongodb/event/ClusterListener.html>`__ : Listens for topology-related events
143
- - ` `` ServerListener`` <{+core-api+}/com/mongodb/event/ServerListener.html>`__ : Listens for events related to ``mongod`` or ``mongos`` processes
144
- - ` `` ServerMonitorListener`` <{+core-api+}/com/mongodb/event/ServerMonitorListener.html>`__ : Listens for heartbeat-related events
142
+ - `ClusterListener <{+core-api+}/com/mongodb/event/ClusterListener.html>`__ : Listens for topology-related events
143
+ - `ServerListener <{+core-api+}/com/mongodb/event/ServerListener.html>`__ : Listens for events related to ``mongod`` or ``mongos`` processes
144
+ - `ServerMonitorListener <{+core-api+}/com/mongodb/event/ServerMonitorListener.html>`__ : Listens for heartbeat-related events
145
145
146
146
To monitor a type of SDAM event, create a class that implements one of the three
147
147
preceding interfaces and register an instance of that class with your
You can’t perform that action at this time.
0 commit comments