Example usage for Java com.mongodb.event CommandStartedEvent fields, constructors, methods, implement or subclass
The text is from its open source code.
BsonDocument | getCommand() Gets the command document. |
String | getCommandName() Gets the name of the command. |
ConnectionDescription | getConnectionDescription() Gets the description of the connection to which the operation will be sent. |
String | getDatabaseName() Gets the database on which the operation will be executed. |
int | getRequestId() Gets the request identifier |