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.
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 TypeMethodDescriptionvoidcustomize(com.rabbitmq.client.amqp.impl.AmqpEnvironmentBuilder environmentBuilder) Customize theAmqpEnvironmentBuilder.
-
Method Details
-
customize
void customize(com.rabbitmq.client.amqp.impl.AmqpEnvironmentBuilder environmentBuilder) Customize theAmqpEnvironmentBuilder.- Parameters:
environmentBuilder- the environment builder to customize
-