Package io.quarkus.mongodb.tracing
Class MongoTracingCommandListener
- java.lang.Object
-
- io.quarkus.mongodb.tracing.MongoTracingCommandListener
-
- All Implemented Interfaces:
com.mongodb.event.CommandListener
public class MongoTracingCommandListener extends Object implements com.mongodb.event.CommandListener
Command Listener for Mongo client delegated toTracingCommandListener.
-
-
Constructor Summary
Constructors Constructor Description MongoTracingCommandListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcommandFailed(com.mongodb.event.CommandFailedEvent event)voidcommandStarted(com.mongodb.event.CommandStartedEvent event)voidcommandSucceeded(com.mongodb.event.CommandSucceededEvent event)
-
-
-
Method Detail
-
commandStarted
public void commandStarted(com.mongodb.event.CommandStartedEvent event)
- Specified by:
commandStartedin interfacecom.mongodb.event.CommandListener
-
commandFailed
public void commandFailed(com.mongodb.event.CommandFailedEvent event)
- Specified by:
commandFailedin interfacecom.mongodb.event.CommandListener
-
commandSucceeded
public void commandSucceeded(com.mongodb.event.CommandSucceededEvent event)
- Specified by:
commandSucceededin interfacecom.mongodb.event.CommandListener
-
-