Package-level declarations

Types

Link copied to clipboard
class GetConnector @Inject constructor(config: ExecutorConfig)

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
class TriggerHook @Inject constructor(queueClient: ProducerQueueClient)

Use case class responsible for triggering hooks based on the executor result.