1MONGOC_APM_SET_TOPOLOGY_OPENING_MCoBn(g3o)DB C DMrOiNvGeOrC_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
27 Introduction to Application Performance Monitoring
28
30 MongoDB, Inc
31
33 2017-present, MongoDB, Inc
34
35
36
37
381.14.0 Feb 22, 2M0O1N9GOC_APM_SET_TOPOLOGY_OPENING_CB(3)