DefaultGetConfigurationUseCaseImpl

internal class DefaultGetConfigurationUseCaseImpl(val configurationStore: ConfigurationStore, val authorizationStore: AuthorizationStore) : GetConfigurationUseCase(source)

Implements DefaultGetConfigurationUseCase behavior in the SDAI domain layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(configurationStore: ConfigurationStore, authorizationStore: AuthorizationStore)

Properties

Link copied to clipboard

Exposes the authorizationStore value used by the SDAI domain layer.

Link copied to clipboard

Exposes the configurationStore value used by the SDAI domain layer.

Functions

Link copied to clipboard
open suspend operator override fun invoke(): Configuration

Executes the invoke step in the SDAI domain layer.