|
Spring AMQP | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
Connection | A simple interface that is used to wrap access to the OtpConnection class in order to support caching of OptConnections via method interception. |
ConnectionFactory | An interface based ConnectionFactory for creating OtpConnection s. |
ConnectionProxy | Subinterface of Connection to be implemented by Connection proxies. |
Class Summary | |
---|---|
ConnectionFactoryUtils | |
ConnectionParameters | Encapsulate properties to create a OtpConnection |
DefaultConnection | Basic implementation of ConnectionProxy that delegates to an underlying OtpConnection. |
SimpleConnectionFactory |
A simple implementation of ConnectionFactory that return a new connection for each invocation of the
createConnection method. |
SingleConnectionFactory | A ConnectionFactory implementation that returns the same Connections from all
SingleConnectionFactory.createConnection() calls, and ignores calls to Connection.close() . |
|
Spring AMQP | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |