Interface RabbitTemplateCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface that can be used to customize a
RabbitTemplate
.- Since:
- 3.1.0
- Author:
- dang zhicairang
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(org.springframework.amqp.rabbit.core.RabbitTemplate rabbitTemplate) Callback to customize aRabbitTemplate
instance.
-
Method Details
-
customize
void customize(org.springframework.amqp.rabbit.core.RabbitTemplate rabbitTemplate) Callback to customize aRabbitTemplate
instance.- Parameters:
rabbitTemplate
- the rabbitTemplate to customize
-