|
Spring AMQP | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Connection | |
---|---|
org.springframework.amqp.rabbit.connection |
Uses of Connection in org.springframework.amqp.rabbit.connection |
---|
Subinterfaces of Connection in org.springframework.amqp.rabbit.connection | |
---|---|
interface |
ConnectionProxy
Subinterface of Connection to be implemented by
Connection proxies. |
Classes in org.springframework.amqp.rabbit.connection that implement Connection | |
---|---|
class |
SimpleConnection
|
Methods in org.springframework.amqp.rabbit.connection that return Connection | |
---|---|
protected Connection |
AbstractConnectionFactory.createBareConnection()
|
protected Connection |
RabbitAccessor.createConnection()
Create a RabbitMQ Connection via this template's ConnectionFactory and its host and port values. |
Connection |
CachingConnectionFactory.createConnection()
|
Connection |
SingleConnectionFactory.createConnection()
|
Connection |
ConnectionFactory.createConnection()
|
Connection |
ConnectionFactoryUtils.ResourceFactory.createConnection()
Create a new RabbitMQ Connection for registration with a RabbitResourceHolder. |
protected Connection |
SingleConnectionFactory.doCreateConnection()
Create a Connection. |
Connection |
RabbitResourceHolder.getConnection()
|
Connection |
RabbitResourceHolder.getConnection(Class<? extends Connection> connectionType)
|
protected Connection |
RabbitAccessor.getConnection(RabbitResourceHolder holder)
Fetch an appropriate Connection from the given RabbitResourceHolder. |
Connection |
ConnectionFactoryUtils.ResourceFactory.getConnection(RabbitResourceHolder holder)
Fetch an appropriate Connection from the given RabbitResourceHolder. |
Connection |
ConnectionProxy.getTargetConnection()
Return the target Channel of this proxy. |
Methods in org.springframework.amqp.rabbit.connection with parameters of type Connection | |
---|---|
void |
RabbitResourceHolder.addChannel(com.rabbitmq.client.Channel channel,
Connection connection)
|
void |
RabbitResourceHolder.addConnection(Connection connection)
|
static void |
RabbitUtils.closeConnection(Connection connection)
Close the given RabbitMQ Connection and ignore any thrown exception. |
com.rabbitmq.client.Channel |
ConnectionFactoryUtils.ResourceFactory.createChannel(Connection con)
Create a new RabbitMQ Session for registration with a RabbitResourceHolder. |
void |
ConnectionListener.onClose(Connection connection)
|
void |
CompositeConnectionListener.onClose(Connection connection)
|
void |
ConnectionListener.onCreate(Connection connection)
|
void |
CompositeConnectionListener.onCreate(Connection connection)
|
Method parameters in org.springframework.amqp.rabbit.connection with type arguments of type Connection | |
---|---|
Connection |
RabbitResourceHolder.getConnection(Class<? extends Connection> connectionType)
|
|
Spring AMQP | |||||||||
PREV NEXT | FRAMES NO FRAMES |