Package org.openiam.email.service
Class InboxProcessorServiceImpl
- java.lang.Object
-
- org.openiam.email.service.InboxProcessorServiceImpl
-
- All Implemented Interfaces:
InboxProcessorService,Sweepable
@Component public class InboxProcessorServiceImpl extends Object implements InboxProcessorService
-
-
Field Summary
Fields Modifier and Type Field Description protected AuditLogHelperauditLogHelperprotected AuditLogSupplierauditLogSupplierprotected PropertyValueCachepropertyValueService
-
Constructor Summary
Constructors Constructor Description InboxProcessorServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocessUnseenFromInbox()method reads inbox and process unseen messages.voidsweep()Placeholder for Spring to call via Quartz.
-
-
-
Field Detail
-
auditLogSupplier
@Autowired protected AuditLogSupplier auditLogSupplier
-
auditLogHelper
@Autowired protected AuditLogHelper auditLogHelper
-
propertyValueService
@Autowired protected PropertyValueCache propertyValueService
-
-
Method Detail
-
processUnseenFromInbox
public void processUnseenFromInbox() throws ExceptionDescription copied from interface:InboxProcessorServicemethod reads inbox and process unseen messages.- Specified by:
processUnseenFromInboxin interfaceInboxProcessorService- Throws:
Exception
-
-