[][src]Module mongodb::event::command

Contains the events and functionality to monitor the commands and responses that a Client sends and receives from the server.

Structs

CommandFailedEvent

An event that triggers when a command failed to complete successfully.

CommandStartedEvent

An event that triggers when a database command is initiated.

CommandSucceededEvent

An event that triggers when a database command completes without an error.

Traits

CommandEventHandler

Applications can implement this trait to specify custom logic to run on each command event sent by the driver.