- All Implemented Interfaces:
- org.qubership.automation.itf.core.util.services.projectsettings.IProjectSettingsService
public class ProjectSettingsService
extends org.qubership.automation.itf.core.util.services.projectsettings.AbstractProjectSettingsService
PLEASE NOTE:
When you work with project settings in atp-itf-stubs you can't fill anything into it (even it is a remote
hazelcast instance), this process do atp-itf-executor service which have db.
atp-itf-stubs can get actual sync with atp-itf-executor service and remote cluster values when it connected to
remote cluster only. (hazelcast.cache.enabled=true)
Also, in atp-itf-stubs you can use only "get with default values" methods, because this Imap
doesn't have db connection to get values if remote cluster return null or empty value (we don't have db in
atp-itf-stubs service)