Package | Description |
---|---|
org.springframework.amqp.rabbit.core |
Provides core classes for Spring Rabbit.
|
org.springframework.amqp.rabbit.retry |
Provides classes supporting retries.
|
org.springframework.amqp.remoting.client |
Provides classes for the client side of Spring Remoting over AMQP.
|
org.springframework.amqp.remoting.service |
Provides classes for the service side of Spring Remoting over AMQP.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RabbitOperations
Rabbit specific methods for Amqp functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
RabbitTemplate
Helper class that simplifies synchronous RabbitMQ access (sending and receiving messages).
|
Constructor and Description |
---|
RepublishMessageRecoverer(AmqpTemplate errorTemplate) |
RepublishMessageRecoverer(AmqpTemplate errorTemplate,
String errorExchange) |
RepublishMessageRecoverer(AmqpTemplate errorTemplate,
String errorExchange,
String errorRoutingKey) |
Modifier and Type | Method and Description |
---|---|
AmqpTemplate |
AmqpClientInterceptor.getAmqpTemplate() |
Modifier and Type | Method and Description |
---|---|
void |
AmqpClientInterceptor.setAmqpTemplate(AmqpTemplate amqpTemplate)
The AMQP template to be used for sending messages and receiving results.
|
Modifier and Type | Method and Description |
---|---|
AmqpTemplate |
AmqpInvokerServiceExporter.getAmqpTemplate() |
Modifier and Type | Method and Description |
---|---|
void |
AmqpInvokerServiceExporter.setAmqpTemplate(AmqpTemplate amqpTemplate)
The AMQP template to use for sending the return value.
|
Copyright © 2017. All rights reserved.