Interface ConnectionFactoryCustomizer
- 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 implemented by beans wishing to customize the
 auto-configured RabbitMQ 
ConnectionFactory.- Since:
 - 2.5.0
 - Author:
 - Andy Wilkinson
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(com.rabbitmq.client.ConnectionFactory factory) Customize theConnectionFactory. 
- 
Method Details
- 
customize
void customize(com.rabbitmq.client.ConnectionFactory factory) Customize theConnectionFactory.- Parameters:
 factory- the factory to customize
 
 -