Uses of Class
org.springframework.amqp.rabbitmq.client.SingleAmqpConnectionFactory.Recovery
Packages that use SingleAmqpConnectionFactory.Recovery
Package
Description
Provides Spring support for RabbitMQ AMQP 1.0 Client.
-
Uses of SingleAmqpConnectionFactory.Recovery in org.springframework.amqp.rabbitmq.client
Methods in org.springframework.amqp.rabbitmq.client that return SingleAmqpConnectionFactory.RecoveryModifier and TypeMethodDescriptionSingleAmqpConnectionFactory.Recovery.activated
(boolean activated) SingleAmqpConnectionFactory.Recovery.backOffDelayPolicy
(com.rabbitmq.client.amqp.BackOffDelayPolicy backOffDelayPolicy) SingleAmqpConnectionFactory.Recovery.topology
(boolean activated) Method parameters in org.springframework.amqp.rabbitmq.client with type arguments of type SingleAmqpConnectionFactory.RecoveryModifier and TypeMethodDescriptionSingleAmqpConnectionFactory.setRecovery
(Consumer<SingleAmqpConnectionFactory.Recovery> recoveryCustomizer)