Class TaskEmailNotifier

  • All Implemented Interfaces:
    Sweepable

    @Component("taskEmailNotifier")
    public class TaskEmailNotifier
    extends Object
    implements Sweepable
    • Constructor Detail

      • TaskEmailNotifier

        public TaskEmailNotifier()
    • Method Detail

      • sweep

        @Transactional(readOnly=true)
        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