Class MongoMetricsConnectionPoolListener

java.lang.Object
io.quarkus.mongodb.metrics.MongoMetricsConnectionPoolListener
All Implemented Interfaces:
com.mongodb.event.ConnectionPoolListener, EventListener

public class MongoMetricsConnectionPoolListener extends Object implements com.mongodb.event.ConnectionPoolListener
  • Constructor Details

    • MongoMetricsConnectionPoolListener

      public MongoMetricsConnectionPoolListener()
  • Method Details

    • connectionPoolCreated

      public void connectionPoolCreated(com.mongodb.event.ConnectionPoolCreatedEvent event)
      Specified by:
      connectionPoolCreated in interface com.mongodb.event.ConnectionPoolListener
    • connectionCheckedOut

      public void connectionCheckedOut(com.mongodb.event.ConnectionCheckedOutEvent event)
      Specified by:
      connectionCheckedOut in interface com.mongodb.event.ConnectionPoolListener
    • connectionCheckedIn

      public void connectionCheckedIn(com.mongodb.event.ConnectionCheckedInEvent event)
      Specified by:
      connectionCheckedIn in interface com.mongodb.event.ConnectionPoolListener
    • connectionCreated

      public void connectionCreated(com.mongodb.event.ConnectionCreatedEvent event)
      Specified by:
      connectionCreated in interface com.mongodb.event.ConnectionPoolListener
    • connectionClosed

      public void connectionClosed(com.mongodb.event.ConnectionClosedEvent event)
      Specified by:
      connectionClosed in interface com.mongodb.event.ConnectionPoolListener