Interface IClientPoolFactory<K,​V>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.commons.pool2.KeyedObjectPool<K,​V> createClientPool​(ClientManager<K,​V> manager)
      We can implement this interface in other modules and then set the corresponding expected parameters and client factory classes.
    • Method Detail

      • createClientPool

        org.apache.commons.pool2.KeyedObjectPool<K,​V> createClientPool​(ClientManager<K,​V> manager)
        We can implement this interface in other modules and then set the corresponding expected parameters and client factory classes.