|
Spring AMQP | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CorrelationData | |
|---|---|
| org.springframework.amqp.rabbit.core | |
| org.springframework.amqp.rabbit.support | |
| Uses of CorrelationData in org.springframework.amqp.rabbit.core |
|---|
| Methods in org.springframework.amqp.rabbit.core that return types with arguments of type CorrelationData | |
|---|---|
Collection<CorrelationData> |
RabbitTemplate.getUnconfirmed(long age)
Gets unconfirmed correlatiom data older than age and removes them. |
| Methods in org.springframework.amqp.rabbit.core with parameters of type CorrelationData | |
|---|---|
void |
RabbitTemplate.ConfirmCallback.confirm(CorrelationData correlationData,
boolean ack)
|
void |
RabbitTemplate.convertAndSend(String routingKey,
Object object,
CorrelationData correlationData)
|
void |
RabbitTemplate.convertAndSend(String routingKey,
Object message,
MessagePostProcessor messagePostProcessor,
CorrelationData correlationData)
|
void |
RabbitTemplate.convertAndSend(String exchange,
String routingKey,
Object object,
CorrelationData corrationData)
|
void |
RabbitTemplate.convertAndSend(String exchange,
String routingKey,
Object message,
MessagePostProcessor messagePostProcessor,
CorrelationData correlationData)
|
void |
RabbitTemplate.correlationconvertAndSend(Object object,
CorrelationData correlationData)
|
protected void |
RabbitTemplate.doSend(com.rabbitmq.client.Channel channel,
String exchange,
String routingKey,
Message message,
CorrelationData correlationData)
Send the given message to the specified exchange. |
void |
RabbitTemplate.send(String exchange,
String routingKey,
Message message,
CorrelationData correlationData)
|
| Uses of CorrelationData in org.springframework.amqp.rabbit.support |
|---|
| Methods in org.springframework.amqp.rabbit.support that return CorrelationData | |
|---|---|
CorrelationData |
PendingConfirm.getCorrelationData()
|
| Constructors in org.springframework.amqp.rabbit.support with parameters of type CorrelationData | |
|---|---|
PendingConfirm(CorrelationData correlationData,
long timestamp)
|
|
|
Spring AMQP | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||