Interface ConnectionPoolConfigurer

All Known Implementing Classes:
ApacheHttpClientBuilderConfigurer

public interface ConnectionPoolConfigurer
Allows configuring aspects of the connection pool used by the internal HTTP client.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The default amount of connections in the connection pool is 10.
  • Method Summary

    Modifier and Type
    Method
    Description
    Set the amount of connections in the connection pool, if the default of 10 is not applicable for your integration.
  • Field Details

  • Method Details

    • maxTotalConnectionsInPool

      ConnectionPoolConfigurer maxTotalConnectionsInPool(int count)
      Set the amount of connections in the connection pool, if the default of 10 is not applicable for your integration.
      Parameters:
      count - the amount of connections in the connection pool