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 TypeClassDescriptionclass
Provides asynchronous send and receive operations returning aCompletableFuture
allowing 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 TypeMethodDescriptionvoid
RabbitTemplate.setConfirmCallback
(RabbitTemplate.ConfirmCallback confirmCallback)