Interface AdapterConfiguration
- All Known Implementing Classes:
BaseAdapterConfiguration
,CalendarAdapterInitialiser
,ClientSearchAdapterInitialiser
,FxTradingAdapterInitialiser
,LBNAdapterInitialiser
,OrderAdapterInitialiser
,PricingAdapterInitialiser
public interface AdapterConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getBooleanConfigValue
(String propertyName, boolean defaultValue) int
getIntConfigValue
(String propertyName, int defaultValue) long
getListConfigValue
(String propertyName, List<String> defaultValue) long
getLongConfigValue
(String propertyName, long defaultValue) getMessageTranslationThatMatches
(String message) org.apache.commons.configuration2.PropertiesConfiguration
getStringConfigValue
(String propertyName, String defaultValue)
-
Method Details
-
getConfigurationLoader
ConfigurationLoader getConfigurationLoader() -
getErrorMessageTranslator
ErrorMessageTranslator getErrorMessageTranslator() -
getJMXPublishInterval
long getJMXPublishInterval() -
getMessageTranslationThatMatches
-
getPreciousMetalConversions
- Throws:
DataSourceConfigurationException
-
getStringConfigValue
-
getBooleanConfigValue
-
getLongConfigValue
-
getIntConfigValue
-
getListConfigValue
-
getPropertiesConfiguration
org.apache.commons.configuration2.PropertiesConfiguration getPropertiesConfiguration()
-