public static class MongoDbInstrumentation.InstrumentationCommandListener extends Object implements com.mongodb.event.CommandListener
| Constructor and Description |
|---|
InstrumentationCommandListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
commandFailed(com.mongodb.event.CommandFailedEvent event) |
void |
commandStarted(com.mongodb.event.CommandStartedEvent event) |
void |
commandSucceeded(com.mongodb.event.CommandSucceededEvent event) |
public void commandFailed(com.mongodb.event.CommandFailedEvent event)
commandFailed in interface com.mongodb.event.CommandListenerpublic void commandStarted(com.mongodb.event.CommandStartedEvent event)
commandStarted in interface com.mongodb.event.CommandListenerpublic void commandSucceeded(com.mongodb.event.CommandSucceededEvent event)
commandSucceeded in interface com.mongodb.event.CommandListenerCopyright © 2019 Glowroot contributors. All rights reserved.