C - the generic type of the connections to be handledpublic interface PoolingConnectionProvider<C> extends ConnectionProvider<C>, PoolingListener<C>
ConnectionProvider specialization which pools connections.
This interface is declarative. The actual pooling is not implemented on the provider itself but performed by the runtime.
This interface also extends PoolingListener, allowing to perform operations
when a connection is borrow and/or returned to the pool.
connect, disconnect, validateonBorrow, onReturnCopyright © 2017 MuleSoft, Inc.. All rights reserved.