public interface ConfigurerModule
Configurer
like the MessageMonitor
.Modifier and Type | Method and Description |
---|---|
void |
configureModule(Configurer configurer)
Configure this module to the given global
Configurer . |
default int |
order()
Returns the relative order this configurer should be invoked, compared to other intstances.
|
void configureModule(@Nonnull Configurer configurer)
Configurer
.configurer
- a Configurer
instance to configure this module withdefault int order()
Use lower (negative) values for modules providing sensible defaults, and higher values for modules overriding values potentially previously set.
Copyright © 2010–2023. All rights reserved.