All Classes and Interfaces

Classes
Class
Description
 
Enhance com.mongodb.client.internal.MongoClientDelegate instance, and intercept com.mongodb.client.internal.MongoClientDelegate#getOperationExecutor(), this is the only way to get OperationExecutor which is unified entrance of execute mongo command.
 
Enhance com.mongodb.Mongo instance, and intercept com.mongodb.Mongo#execute(...) method, this method is a unified entrance of execute mongo command.
Enhance com.mongodb.Mongo instance, and intercept com.mongodb.Mongo#createOperationExecutor(...) method
Intercept method of com.mongodb.Mongo#execute(ReadOperation, ReadPreference) or com.mongodb.Mongo#execute(WriteOperation).
intercepts the following methods that the class which implements com.mongodb.OperationExecutor
com.mongodb.client.internal.OperationExecutor which is unified entrance of execute mongo command.