Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

void *

Author

       MongoDB, Inc

Parameters

event: A mongoc_apm_topology_changed_t.

Returns

       The pointer passed with mongoc_client_set_apm_callbacks() or mongoc_client_pool_set_apm_callbacks().

       SEEALSO:IntroductiontoApplicationPerformanceMonitoring

Synopsis

          void *
          mongoc_apm_topology_changed_get_context (
             const mongoc_apm_topology_changed_t *event);

       Returns this event's context.

See Also