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 serverConfigurationbefore it is used by an auto-configuredEmbeddedJMSinstance.- Since:
- 1.3.0
- See Also:
ArtemisAutoConfiguration
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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