| Package | Description |
|---|---|
| org.mule.runtime.api.connection |
| Modifier and Type | Method and Description |
|---|---|
ConnectionHandlingStrategy<Connection> |
ConnectionHandlingStrategyFactory.requiresPooling(PoolingListener<Connection> poolingListener)
Performs the exact same contract as
ConnectionHandlingStrategyFactory.requiresPooling() but adding the possibility
to specify a PoolingListener which allows additional custom handling of the pooled Connections
when they're borrowed and returned to the pool |
ConnectionHandlingStrategy<Connection> |
ConnectionHandlingStrategyFactory.supportsPooling(PoolingListener<Connection> poolingListener)
Performs the exact same contract as
ConnectionHandlingStrategyFactory.supportsPooling() but adding the possibility
to specify a PoolingListener which allows additional custom handling of the pooled Connections
when they're borrowed and returned to the pool |
Copyright © 2016 MuleSoft, Inc.. All rights reserved.