Package-level declarations
Types
Link copied to clipboard
Use case class responsible for retrieving a connector based on the given action.
Link copied to clipboard
class ProcessTask @Inject constructor(tasksRepo: TasksRepo, errorLogsRepo: ErrorLogsRepo, queueClient: ProducerQueueClient)
Use case class responsible for processing tasks based on the executor result.
Link copied to clipboard
Use case class responsible for triggering hooks based on the executor result.