-
- All Implemented Interfaces:
@Component()@Profile(value = {"apiserver"})@Transactional() public final class CsvTaskProcessorV2 extends TabularTask<CsvTaskV2>
-
-
Field Summary
Fields Modifier and Type Field Description private final Loggerloggerprivate TaskMessageServicetaskMessageServiceprivate CollectionRepositorycollectionRepositoryprivate RichSkillRepositoryrichSkillRepositoryprivate AppConfigappConfig
-
Constructor Summary
Constructors Constructor Description CsvTaskProcessorV2()
-
Method Summary
Modifier and Type Method Description final LoggergetLogger()UnittabularSkillsInCollectionProcessor(CsvTaskV2 task)UnittabularSkillsInFullLibraryProcessor(CsvTaskV2 task)-
Methods inherited from class edu.wgu.osmt.io.common.TabularTask
getAppConfig, getCollectionRepository, getRichSkillRepository, getTaskMessageService, setAppConfig, setCollectionRepository, setRichSkillRepository, setTaskMessageService -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getLogger
final Logger getLogger()
-
tabularSkillsInCollectionProcessor
@RqueueListener(value = {"collection-skills-csv-process-v2"}, deadLetterQueueListenerEnabled = "true", deadLetterQueue = "dead-letters", concurrency = "1") Unit tabularSkillsInCollectionProcessor(CsvTaskV2 task)
-
tabularSkillsInFullLibraryProcessor
@RqueueListener(value = {"full-library-skills-csv-process-v2"}, deadLetterQueueListenerEnabled = "true", deadLetterQueue = "dead-letters", concurrency = "1") Unit tabularSkillsInFullLibraryProcessor(CsvTaskV2 task)
-
-
-
-