Class SessionSettingsLocator
java.lang.Object
io.allune.quickfixj.spring.boot.starter.connection.SessionSettingsLocator
SessionSettings helper class that attempts to load the settings files from the default locations- Author:
- Eduardo Sanchez-Ros
-
Constructor Summary
ConstructorsConstructorDescriptionSessionSettingsLocator(org.springframework.core.io.ResourceLoader resourceLoader) -
Method Summary
Modifier and TypeMethodDescriptionquickfix.SessionSettingsloadSettings(String... locations) Loads theSessionSettingsfrom the provided resource locationsquickfix.SessionSettingsloadSettingsFromString(String configString)
-
Constructor Details
-
SessionSettingsLocator
public SessionSettingsLocator(org.springframework.core.io.ResourceLoader resourceLoader)
-
-
Method Details
-
loadSettings
Loads theSessionSettingsfrom the provided resource locations- Parameters:
locations- The resource locations to load theSessionSettingsfrom- Returns:
- The
SessionSettings
-
loadSettingsFromString
-