Class InboxProcessorServiceImpl

    • Constructor Detail

      • InboxProcessorServiceImpl

        public InboxProcessorServiceImpl()
    • Method Detail

      • sweep

        @Scheduled(fixedDelayString="${org.openiam.email.inbox.sweep}",
                   initialDelay=100L)
        public void sweep()
        Description copied from interface: Sweepable
        Placeholder for Spring to call via Quartz. Required for @Transactional sweeper methods.
        Specified by:
        sweep in interface Sweepable