public interface ConfigurationLoader
EventServiceConfigurationFactory
to load the EventServiceConfiguration
. There are different types/strategies to
load the EventServiceConfiguration
.PropertyConfigurationLoader
,
DefaultConfigurationLoader
Modifier and Type | Method and Description |
---|---|
boolean |
isAvailable()
Checks if the configuration is available and can be loaded.
|
EventServiceConfiguration |
load()
Loads the configuration with the loader.
|
boolean isAvailable()
load()
shouldn't called.EventServiceConfiguration load()
EventServiceConfiguration
the loaded configurationConfigurationException
- occurs when the configuration can't be loaded or if it contains unreadable values.Copyright © 2012. All Rights Reserved.