Uses of Class
io.allune.quickfixj.spring.boot.starter.connection.SessionSettingsLocator
-
Packages that use SessionSettingsLocator Package Description io.allune.quickfixj.spring.boot.starter.configuration.client io.allune.quickfixj.spring.boot.starter.configuration.server -
-
Uses of SessionSettingsLocator in io.allune.quickfixj.spring.boot.starter.configuration.client
Methods in io.allune.quickfixj.spring.boot.starter.configuration.client that return SessionSettingsLocator Modifier and Type Method Description SessionSettingsLocatorQuickFixJClientConfiguration. clientSessionSettingsLocator(org.springframework.core.io.ResourceLoader resourceLoader)Deprecated.Creates the client'sSessionSettingsLocatorMethods in io.allune.quickfixj.spring.boot.starter.configuration.client with parameters of type SessionSettingsLocator Modifier and Type Method Description quickfix.SessionSettingsQuickFixJClientConfiguration. clientSessionSettings(SessionSettingsLocator clientSessionSettingsLocator, QuickFixJBootProperties properties)Deprecated.Creates the default client'ssession settingsbean used in the creation of theinitiatorconnector -
Uses of SessionSettingsLocator in io.allune.quickfixj.spring.boot.starter.configuration.server
Methods in io.allune.quickfixj.spring.boot.starter.configuration.server that return SessionSettingsLocator Modifier and Type Method Description SessionSettingsLocatorQuickFixJServerConfiguration. serverSessionSettingsLocator(org.springframework.core.io.ResourceLoader resourceLoader)Deprecated.Creates the server'sSessionSettingsLocatorMethods in io.allune.quickfixj.spring.boot.starter.configuration.server with parameters of type SessionSettingsLocator Modifier and Type Method Description quickfix.SessionSettingsQuickFixJServerConfiguration. serverSessionSettings(SessionSettingsLocator serverSessionSettingsLocator, QuickFixJBootProperties properties)Deprecated.Creates the default server'ssession settingsbean used in the creation of theacceptorconnector
-