|
Spring AMQP | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractConnectionFactory | |
---|---|
org.springframework.amqp.rabbit.connection |
Uses of AbstractConnectionFactory in org.springframework.amqp.rabbit.connection |
---|
Subclasses of AbstractConnectionFactory in org.springframework.amqp.rabbit.connection | |
---|---|
class |
CachingConnectionFactory
A ConnectionFactory implementation that returns the same Connections from all CachingConnectionFactory.createConnection()
calls, and ignores calls to Connection.close() and caches
Channel . |
class |
SingleConnectionFactory
A ConnectionFactory implementation that returns the same Connections from all SingleConnectionFactory.createConnection()
calls, and ignores calls to Connection.close() . |
|
Spring AMQP | |||||||||
PREV NEXT | FRAMES NO FRAMES |