MongoDB\Driver\Manager::removeSubscriber

Unregisters a monitoring event subscriber with this Manager

Description

final public void MongoDB\Driver\Manager::removeSubscriber(MongoDB\Driver\Monitoring\Subscriber $subscriber)

Unregisters a monitoring event subscriber with this Manager.

Note: If subscriber is not already registered with this Manager, this function is a no-op.

Parameters

subscriber (MongoDB\Driver\Monitoring\Subscriber)

A monitoring event subscriber to unregister with this Manager.

Return Values

No value is returned.

Errors/Exceptions

  • Throws MongoDB\Driver\Exception\InvalidArgumentException on argument parsing errors.

See Also

  • MongoDB\Driver\Manager::addSubscriber
  • MongoDB\Driver\Monitoring\Subscriber
  • MongoDB\Driver\Monitoring\CommandSubscriber
  • MongoDB\Driver\Monitoring\removeSubscriber
  • Application Performance Monitoring (APM)