Uses of Interface
org.springframework.amqp.rabbit.core.RabbitTemplate.ConfirmCallback
Packages that use RabbitTemplate.ConfirmCallback
Package
Description
Provides top-level classes for Spring Rabbit.
Provides core classes for Spring Rabbit.
-
Uses of RabbitTemplate.ConfirmCallback in org.springframework.amqp.rabbit
Classes in org.springframework.amqp.rabbit that implement RabbitTemplate.ConfirmCallbackModifier and TypeClassDescriptionclassProvides asynchronous send and receive operations returning aListenableFutureallowing the caller to obtain the reply later, usingget()or a callback. -
Uses of RabbitTemplate.ConfirmCallback in org.springframework.amqp.rabbit.core
Methods in org.springframework.amqp.rabbit.core with parameters of type RabbitTemplate.ConfirmCallbackModifier and TypeMethodDescriptionvoidRabbitTemplate.setConfirmCallback(RabbitTemplate.ConfirmCallback confirmCallback)