public interface BackupFIXSession
BackupFIXSession
provides ability to switch the connection from
the primary host to backup and vice versa.
The backup session should configured by engine.properties and default.properties configuration files.Modifier and Type | Method and Description |
---|---|
boolean |
isRunningOnBackup()
Returns true, if session connected to backup host.
|
void |
switchToBackUp()
The method, switch current connection to backup.
|
void |
switchToPrimary()
The method, switch current connection to primary.
|
Copyright © 2000–2022 EPAM Systems. All rights reserved.