Interface EnvironmentBuilderCustomizer
- 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
Environment
that is created by an EnvironmentBuilder
.- Since:
- 3.0.0
- Author:
- Andy Wilkinson
-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(com.rabbitmq.stream.EnvironmentBuilder builder) Customize theEnvironmentBuilder
.
-
Method Details
-
customize
void customize(com.rabbitmq.stream.EnvironmentBuilder builder) Customize theEnvironmentBuilder
.- Parameters:
builder
- the builder to customize
-