Uses of Enum Class
org.springframework.amqp.rabbit.connection.CachingConnectionFactory.ConfirmType
Packages that use CachingConnectionFactory.ConfirmType
Package
Description
Provides classes related to connections.
Provides classes supporting retries.
-
Uses of CachingConnectionFactory.ConfirmType in org.springframework.amqp.rabbit.connection
Methods in org.springframework.amqp.rabbit.connection that return CachingConnectionFactory.ConfirmTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CachingConnectionFactory.ConfirmType[]CachingConnectionFactory.ConfirmType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.amqp.rabbit.connection with parameters of type CachingConnectionFactory.ConfirmTypeModifier and TypeMethodDescriptionvoidCachingConnectionFactory.setPublisherConfirmType(CachingConnectionFactory.ConfirmType confirmType) Set the confirm type to use; defaultNONE. -
Uses of CachingConnectionFactory.ConfirmType in org.springframework.amqp.rabbit.retry
Constructors in org.springframework.amqp.rabbit.retry with parameters of type CachingConnectionFactory.ConfirmTypeModifierConstructorDescriptionRepublishMessageRecovererWithConfirms(RabbitTemplate errorTemplate, String errorExchange, String errorRoutingKey, CachingConnectionFactory.ConfirmType confirmType) Use the supplied template to publish the messsage with the provided confirm type to the provided exchange with the provided routing key.RepublishMessageRecovererWithConfirms(RabbitTemplate errorTemplate, String errorExchange, CachingConnectionFactory.ConfirmType confirmType) Use the supplied template to publish the messsage with the provided confirm type to the provided exchange with the default routing key.RepublishMessageRecovererWithConfirms(RabbitTemplate errorTemplate, CachingConnectionFactory.ConfirmType confirmType) Use the supplied template to publish the messsage with the provided confirm type.