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 EmbeddedJMS instance.
    Since:
    1.3.0
    See Also:
    ArtemisAutoConfiguration
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      voidcustomize​(org.apache.activemq.artemis.core.config.Configuration configuration)
      Customize the configuration.
    • Method Detail

      • customize

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