Package | Description |
---|---|
org.springframework.amqp.rabbit.core |
Provides core classes for Spring Rabbit.
|
org.springframework.amqp.rabbit.core.support |
Provides core support classes for Spring Rabbit.
|
Modifier and Type | Method and Description |
---|---|
RabbitTemplate |
RabbitAdmin.getRabbitTemplate() |
Modifier and Type | Method and Description |
---|---|
protected RabbitTemplate |
RabbitGatewaySupport.createRabbitTemplate(ConnectionFactory connectionFactory)
Create a RabbitTemplate for the given ConnectionFactory.
|
RabbitTemplate |
RabbitGatewaySupport.getRabbitTemplate() |
Modifier and Type | Method and Description |
---|---|
void |
RabbitGatewaySupport.setRabbitTemplate(RabbitTemplate rabbitTemplate)
Set the RabbitTemplate for the gateway.
|
Copyright © 2019. All rights reserved.