Interface SettingsService
-
- All Known Implementing Classes:
SettingsServiceImpl
@ExperimentalApi public interface SettingsServiceApplication-wide settings.- Since:
- 5.10
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull GlobalSettingsgetGlobalSettings()Get the current values of global settings.
-
-
-
Method Detail
-
getGlobalSettings
@NonNull GlobalSettings getGlobalSettings()
Get the current values of global settings.
-
-