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 TypeMethodDescriptionvoidcustomize(org.springframework.amqp.rabbit.core.RabbitTemplate rabbitTemplate) Callback to customize aRabbitTemplateinstance. 
- 
Method Details
- 
customize
void customize(org.springframework.amqp.rabbit.core.RabbitTemplate rabbitTemplate) Callback to customize aRabbitTemplateinstance.- Parameters:
 rabbitTemplate- the rabbitTemplate to customize
 
 -