Interface ConnPoolListener<T>

Type Parameters:
T - the route type that represents the opposite endpoint of a pooled connection.

@Contract(threading=STATELESS) public interface ConnPoolListener<T>
Connection pool event listener.
Since:
5.0
  • Method Details