Package org.springframework.amqp.rabbit
package org.springframework.amqp.rabbit
Provides top-level classes for Spring Rabbit.
-
ClassDescriptionProvides asynchronous send and receive operations returning a
CompletableFuture
allowing the caller to obtain the reply later, usingget()
or a callback.ARabbitFuture
with a return type of the template's generic parameter.RabbitFuture<T>Base class forCompletableFuture
s returned byAsyncRabbitTemplate
.ARabbitFuture
with a return type ofMessage
.ARunnable
used to time out aRabbitFuture
.