Interface AdapterConfiguration
- All Known Implementing Classes:
BaseAdapterConfiguration,CalendarAdapterInitialiser,ClientSearchAdapterInitialiser,FxTradingAdapterInitialiser,LBNAdapterInitialiser,OrderAdapterInitialiser,PricingAdapterInitialiser
public interface AdapterConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetBooleanConfigValue(String propertyName, boolean defaultValue) intgetIntConfigValue(String propertyName, int defaultValue) longgetListConfigValue(String propertyName, List<String> defaultValue) longgetLongConfigValue(String propertyName, long defaultValue) getMessageTranslationThatMatches(String message) org.apache.commons.configuration2.PropertiesConfigurationgetStringConfigValue(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()
-