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 AuditLogHelper
auditLogHelper
protected AuditLogSupplier
auditLogSupplier
protected PropertyValueCache
propertyValueService
-
Constructor Summary
Constructors Constructor Description InboxProcessorServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
processUnseenFromInbox()
method reads inbox and process unseen messages.void
sweep()
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 Exception
Description copied from interface:InboxProcessorService
method reads inbox and process unseen messages.- Specified by:
processUnseenFromInbox
in interfaceInboxProcessorService
- Throws:
Exception
-
-