ExecutorService
class ExecutorService @Inject constructor(repoConnector: RepoConnector, config: ExecutorConfig, processMessage: ProcessMessage, producerClient: ProducerQueueClient, consumerClient: ConsumerQueueClient)
Service class responsible for managing the executor service.
Constructors
Link copied to clipboard
@Inject
Creates an instance of ExecutorService with the specified dependencies.