public class MongoMetricsConnectionPoolListener extends Object implements com.mongodb.event.ConnectionPoolListener
| Constructor and Description |
|---|
MongoMetricsConnectionPoolListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
connectionAdded(com.mongodb.event.ConnectionAddedEvent event) |
void |
connectionCheckedIn(com.mongodb.event.ConnectionCheckedInEvent event) |
void |
connectionCheckedOut(com.mongodb.event.ConnectionCheckedOutEvent event) |
void |
connectionPoolClosed(com.mongodb.event.ConnectionPoolClosedEvent event) |
void |
connectionPoolOpened(com.mongodb.event.ConnectionPoolOpenedEvent event) |
void |
connectionRemoved(com.mongodb.event.ConnectionRemovedEvent event) |
public void connectionPoolOpened(com.mongodb.event.ConnectionPoolOpenedEvent event)
connectionPoolOpened in interface com.mongodb.event.ConnectionPoolListenerpublic void connectionPoolClosed(com.mongodb.event.ConnectionPoolClosedEvent event)
connectionPoolClosed in interface com.mongodb.event.ConnectionPoolListenerpublic void connectionCheckedOut(com.mongodb.event.ConnectionCheckedOutEvent event)
connectionCheckedOut in interface com.mongodb.event.ConnectionPoolListenerpublic void connectionCheckedIn(com.mongodb.event.ConnectionCheckedInEvent event)
connectionCheckedIn in interface com.mongodb.event.ConnectionPoolListenerpublic void connectionAdded(com.mongodb.event.ConnectionAddedEvent event)
connectionAdded in interface com.mongodb.event.ConnectionPoolListenerpublic void connectionRemoved(com.mongodb.event.ConnectionRemovedEvent event)
connectionRemoved in interface com.mongodb.event.ConnectionPoolListenerCopyright © 2021 JBoss by Red Hat. All rights reserved.