ServerConfigurationRepository

Defines the ServerConfigurationRepository contract for the SDAI domain layer.

Author

Dmitriy Moroz

Functions

Link copied to clipboard

Loads SDAI data through fetchAndGetConfiguration.

Link copied to clipboard
abstract suspend fun fetchConfiguration()

Loads SDAI data through fetchConfiguration.

Link copied to clipboard
abstract suspend fun getConfiguration(): ServerConfiguration

Loads SDAI data through getConfiguration.

Link copied to clipboard
abstract suspend fun updateConfiguration(configuration: ServerConfiguration)

Performs the SDAI side effect handled by updateConfiguration.