1MONGOC_APM_SET_TOPOLOGY_OPENING_CB(3l)ibmongMoOcNGOC_APM_SET_TOPOLOGY_OPENING_CB(3)
2
3
4
6 typedef void (*mongoc_apm_topology_opening_cb_t) (
7 const mongoc_apm_topology_opening_t *event);
8
9 void
10 mongoc_apm_set_topology_opening_cb (mongoc_apm_callbacks_t *callbacks,
11 mongoc_apm_topology_opening_cb_t cb);
12
13 Receive an event notification whenever the driver initializes a
14 mongoc_topology_description_t.
15
17 • callbacks: A mongoc_apm_callbacks_t.
18
19 • cb: A function to call with a mongoc_apm_topology_opening_t whenever
20 the driver initializes a mongoc_topology_description_t.
21
22 SEE ALSO:
23 Introduction to Application Performance Monitoring
24
25
27 MongoDB, Inc
28
30 2017-present, MongoDB, Inc
31
32
33
34
351.25.1 Nov 08, 2M0O2N3GOC_APM_SET_TOPOLOGY_OPENING_CB(3)