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 TypeClassDescriptionclass
Provides asynchronous send and receive operations returning aCompletableFuture
allowing the caller to obtain the reply later, usingget()
or a callback.