ProcessTask
class ProcessTask @Inject constructor(tasksRepo: TasksRepo, errorLogsRepo: ErrorLogsRepo, queueClient: ProducerQueueClient)
Use case class responsible for processing tasks based on the executor result.
Constructors
Link copied to clipboard
@Inject
Creates an instance of ProcessTask with the specified repositories and queue client.