DefaultConnectToSwarmUiUseCaseImpl
internal class DefaultConnectToSwarmUiUseCaseImpl(val getConfigurationUseCase: GetConfigurationUseCase, val setServerConfigurationUseCase: SetServerConfigurationUseCase, val testSwarmUiConnectivityUseCase: TestSwarmUiConnectivityUseCase) : ConnectToSwarmUiUseCase(source)
Implements DefaultConnectToSwarmUiUseCase behavior in the SDAI domain layer.
Author
Dmitriy Moroz
Constructors
Link copied to clipboard
constructor(getConfigurationUseCase: GetConfigurationUseCase, setServerConfigurationUseCase: SetServerConfigurationUseCase, testSwarmUiConnectivityUseCase: TestSwarmUiConnectivityUseCase)
Properties
Link copied to clipboard
Exposes the getConfigurationUseCase value used by the SDAI domain layer.
Link copied to clipboard
Exposes the setServerConfigurationUseCase value used by the SDAI domain layer.
Link copied to clipboard
Exposes the testSwarmUiConnectivityUseCase value used by the SDAI domain layer.