|
Spring AMQP | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RabbitResourceHolder | |
---|---|
org.springframework.amqp.rabbit.connection |
Uses of RabbitResourceHolder in org.springframework.amqp.rabbit.connection |
---|
Methods in org.springframework.amqp.rabbit.connection that return RabbitResourceHolder | |
---|---|
protected RabbitResourceHolder |
RabbitAccessor.getTransactionalResourceHolder()
|
static RabbitResourceHolder |
ConnectionFactoryUtils.getTransactionalResourceHolder(ConnectionFactory connectionFactory,
boolean synchedLocalTransactionAllowed)
Obtain a RabbitMQ Channel that is synchronized with the current transaction, if any. |
Methods in org.springframework.amqp.rabbit.connection with parameters of type RabbitResourceHolder | |
---|---|
static void |
ConnectionFactoryUtils.bindResourceToTransaction(RabbitResourceHolder resourceHolder,
ConnectionFactory connectionFactory,
boolean synched)
|
protected com.rabbitmq.client.Channel |
RabbitAccessor.getChannel(RabbitResourceHolder holder)
Fetch an appropriate Channel from the given RabbitResourceHolder. |
com.rabbitmq.client.Channel |
ConnectionFactoryUtils.ResourceFactory.getChannel(RabbitResourceHolder holder)
Fetch an appropriate Channel from the given RabbitResourceHolder. |
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. |
static void |
ConnectionFactoryUtils.releaseResources(RabbitResourceHolder resourceHolder)
|
|
Spring AMQP | |||||||||
PREV NEXT | FRAMES NO FRAMES |