Uses of Interface
org.springframework.amqp.core.AsyncAmqpTemplate
Packages that use AsyncAmqpTemplate
-
Uses of AsyncAmqpTemplate in org.springframework.amqp.rabbit
Classes in org.springframework.amqp.rabbit that implement AsyncAmqpTemplateModifier and TypeClassDescriptionclassProvides asynchronous send and receive operations returning aListenableFutureallowing the caller to obtain the reply later, usingget()or a callback.