Class ConnectionPoolCreatedEvent

java.lang.Object
com.mongodb.event.ConnectionPoolCreatedEvent

public final class ConnectionPoolCreatedEvent extends Object
An event signifying that a connection pool was created.
Since:
4.0
  • Constructor Details

    • ConnectionPoolCreatedEvent

      public ConnectionPoolCreatedEvent(ServerId serverId, ConnectionPoolSettings settings)
      Constructs a new instance of the event.
      Parameters:
      serverId - the server id
      settings - the connection pool settings
  • Method Details

    • getServerId

      public ServerId getServerId()
      Gets the server id
      Returns:
      the server id
    • getSettings

      public ConnectionPoolSettings getSettings()
      Gets the connection pool settings.
      Returns:
      the connection pool setttings.
    • toString

      public String toString()
      Overrides:
      toString in class Object