Package org.springframework.amqp.rabbit
Provides top-level classes for Spring Rabbit.
-
Class Summary Class Description AsyncRabbitTemplate Provides asynchronous send and receive operations returning aListenableFuture
allowing the caller to obtain the reply later, usingget()
or a callback.