ObserveLocalDiffusionProcessStatusUseCaseImpl

Implements ObserveLocalDiffusionProcessStatusUseCase behavior in the SDAI domain layer.

Author

Dmitriy Moroz

Constructors

constructor(localDiffusionGenerationRepository: LocalDiffusionGenerationRepository)

Properties

Link copied to clipboard

Exposes the localDiffusionGenerationRepository value used by the SDAI domain layer.

Functions

Link copied to clipboard
open operator override fun invoke(): Flow<LocalDiffusionStatus>

Executes the invoke step in the SDAI domain layer.