Class ThreadAffinityClientConnectionFactory

All Implemented Interfaces:
Aware, BeanFactoryAware, BeanNameAware, InitializingBean, ApplicationContextAware, ApplicationEventPublisherAware, Lifecycle, ExpressionCapable, ConnectionFactory, NamedComponent, ManageableLifecycle

public class ThreadAffinityClientConnectionFactory
extends AbstractClientConnectionFactory
A client connection factory that binds a connection to a thread. Close operations are ignored; to physically close a connection and release the thread local, invoke releaseConnection().
Since:
5.0
Author:
Gary Russell