Interface ArtemisConfigurationCustomizer

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 ArtemisConfigurationCustomizer
Callback interface that can be implemented by beans wishing to customize the Artemis JMS server Configuration before it is used by an auto-configured EmbeddedActiveMQ instance.
Since:
1.3.0
Author:
EddĂș MelĂ©ndez, Phillip Webb
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(org.apache.activemq.artemis.core.config.Configuration configuration)
    Customize the configuration.
  • Method Details

    • customize

      void customize(org.apache.activemq.artemis.core.config.Configuration configuration)
      Customize the configuration.
      Parameters:
      configuration - the configuration to customize