public class ClientPoolManager<CLIENT_POOL> extends Object
| Constructor and Description |
|---|
ClientPoolManager(io.vertx.core.Vertx vertx,
ClientPoolFactory<CLIENT_POOL> factory) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addPool(CLIENT_POOL pool) |
CLIENT_POOL |
createClientPool() |
protected CLIENT_POOL |
findByContext() |
CLIENT_POOL |
findClientPool(boolean sync) |
CLIENT_POOL |
findThreadBindClientPool() |
public ClientPoolManager(io.vertx.core.Vertx vertx,
ClientPoolFactory<CLIENT_POOL> factory)
public CLIENT_POOL createClientPool()
protected void addPool(CLIENT_POOL pool)
public CLIENT_POOL findClientPool(boolean sync)
protected CLIENT_POOL findByContext()
public CLIENT_POOL findThreadBindClientPool()
Copyright © 2017–2018 The Apache Software Foundation. All rights reserved.