public interface ConfigurationAware
Modifier and Type | Method and Description |
---|---|
default Set<ConfigurationKey> |
getConfigurationKeys() |
default void |
init(Configuration configuration)
Initialize the component.
|
default void init(Configuration configuration)
ConfigurationAware
components (e.g.
LocaleSupport
) and use
ComputingCacheFactory
(it's always initialized before other
ConfigurationAware
components).
This method must not be called directly by the application.
configuration
- default Set<ConfigurationKey> getConfigurationKeys()
Copyright © 2017. All rights reserved.