-
- All Implemented Interfaces:
@Component()@Profile(value = {"apiserver"})@Transactional() public final class XlsxTaskProcessor extends TabularTask<XlsxTask>
-
-
Field Summary
Fields Modifier and Type Field Description private final Loggerloggerprivate TaskMessageServicetaskMessageServiceprivate CollectionRepositorycollectionRepositoryprivate RichSkillRepositoryrichSkillRepositoryprivate AppConfigappConfig
-
Constructor Summary
Constructors Constructor Description XlsxTaskProcessor()
-
Method Summary
Modifier and Type Method Description final LoggergetLogger()UnittabularSkillsInCollectionProcessor(XlsxTask task)UnittabularSkillsInFullLibraryProcessor(XlsxTask 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-xlsx-process"}, deadLetterQueueListenerEnabled = "true", deadLetterQueue = "dead-letters", concurrency = "1") Unit tabularSkillsInCollectionProcessor(XlsxTask task)
-
tabularSkillsInFullLibraryProcessor
@RqueueListener(value = {"full-library-skills-xlsx-process"}, deadLetterQueueListenerEnabled = "true", deadLetterQueue = "dead-letters", concurrency = "1") Unit tabularSkillsInFullLibraryProcessor(XlsxTask task)
-
-
-
-