1MONGOC_APM_SET_TOPOLOGY_OPENING_CB(3l)ibmongMoOcNGOC_APM_SET_TOPOLOGY_OPENING_CB(3)
2
3
4
6 mongoc_apm_set_topology_opening_cb - mongoc_apm_set_topology_open‐
7 ing_cb()
8
10 typedef void (*mongoc_apm_topology_opening_cb_t) (
11 const mongoc_apm_topology_opening_t *event);
12
13 void
14 mongoc_apm_set_topology_opening_cb (mongoc_apm_callbacks_t *callbacks,
15 mongoc_apm_topology_opening_cb_t cb);
16
17 Receive an event notification whenever the driver initializes a mon‐
18 goc_topology_description_t.
19
21 • callbacks: A mongoc_apm_callbacks_t.
22
23 • cb: A function to call with a mongoc_apm_topology_opening_t whenever
24 the driver initializes a mongoc_topology_description_t.
25
26 SEE ALSO:
27 Introduction to Application Performance Monitoring
28
29
31 MongoDB, Inc
32
34 2017-present, MongoDB, Inc
35
36
37
38
391.20.0 Nov 18, 2M0O2N1GOC_APM_SET_TOPOLOGY_OPENING_CB(3)