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.

@FunctionalInterface public interface EnvironmentBuilderCustomizer
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 Type
    Method
    Description
    void
    customize(com.rabbitmq.stream.EnvironmentBuilder builder)
    Customize the EnvironmentBuilder.
  • Method Details

    • customize

      void customize(com.rabbitmq.stream.EnvironmentBuilder builder)
      Customize the EnvironmentBuilder.
      Parameters:
      builder - the builder to customize