Interface AmqpEnvironmentCustomizer

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 AmqpEnvironmentCustomizer
Callback interface that can be implemented by beans wishing to customize the auto-configured AMQP Environment that is created by an AmqpEnvironmentBuilder.
Since:
4.2.0
Author:
EddĂș MelĂ©ndez, Stephane Nicoll
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(com.rabbitmq.client.amqp.impl.AmqpEnvironmentBuilder environmentBuilder)
    Customize the AmqpEnvironmentBuilder.
  • Method Details

    • customize

      void customize(com.rabbitmq.client.amqp.impl.AmqpEnvironmentBuilder environmentBuilder)
      Customize the AmqpEnvironmentBuilder.
      Parameters:
      environmentBuilder - the environment builder to customize