Interface ConnectionPool.Factory

Enclosing interface:
ConnectionPool

public static interface ConnectionPool.Factory
Factory for ConnectionPool instances.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a new ConnectionPool for the given destination.
  • Method Details

    • newConnectionPool

      ConnectionPool newConnectionPool(Destination destination)
      Creates a new ConnectionPool for the given destination.
      Parameters:
      destination - the destination to create the ConnectionPool for
      Returns:
      the newly created ConnectionPool