Package com.mongodb.event
Interface CommandListener
- All Known Implementing Classes:
CommandEventMulticaster,CommandListenerMulticaster
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
A listener for command events
- Since:
- 3.1
-
Method Summary
Modifier and TypeMethodDescriptionvoidcommandFailed(CommandFailedEvent event) Deprecated.Listener for command failure eventsvoidDeprecated.Listener for command started events.voidDeprecated.Listener for command completed events
-
Method Details
-
commandStarted
Deprecated.Listener for command started events.- Parameters:
event- the event
-
commandSucceeded
Deprecated.Listener for command completed events- Parameters:
event- the event
-
commandFailed
Deprecated.Listener for command failure events- Parameters:
event- the event
-