Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
MONGOC_CLIENT_SET_APM_CALLBACKS(3)  libmongoc MONGOC_CLIENT_SET_APM_CALLBACKS(3)

SYNOPSIS
	bool
	mongoc_client_set_apm_callbacks (mongoc_client_t *client,
					 mongoc_apm_callbacks_t *callbacks,
					 void *context);

     Register  a  set of callbacks to receive Application Performance Monitoring
     events.

     The callbacks are copied by the client and may be safely destroyed  by  the
     caller after this API call completes. If a context is passed, it is the ap-
     plication's responsibility to ensure context remains valid for the lifetime
     of the client.

PARAMETERS
     * client: A mongoc_client_t.

     * callbacks:  Optional mongoc_apm_callbacks_t. Pass NULL to clear all call-
       backs.

     * context: Optional pointer to include with each event notification.

RETURNS
     Returns true on success. If any arguments are invalid,  returns  false  and
     logs an error.

     SEE ALSO:
	Introduction to Application Performance Monitoring

AUTHOR
     MongoDB, Inc

COPYRIGHT
     2009-present, MongoDB, Inc.

1.30.8				  Aug 27, 2026MONGOC_CLIENT_SET_APM_CALLBACKS(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mongoc_client_set_apm_callbacks&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help