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.

@FunctionalInterface public interface ConnectionFactoryCustomizer
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 Type
    Method
    Description
    void
    customize(com.rabbitmq.client.ConnectionFactory factory)
    Customize the ConnectionFactory.
  • Method Details

    • customize

      void customize(com.rabbitmq.client.ConnectionFactory factory)
      Customize the ConnectionFactory.
      Parameters:
      factory - the factory to customize