Class UpdateCompleteBasedScheduler

  • All Implemented Interfaces:
    IUpdateCompleteListener

    public class UpdateCompleteBasedScheduler
    extends Scheduler
    implements IUpdateCompleteListener
    This scheduler uses update complete events to schedule its executor. It provides two default implementations, one using the NavigationHelper after update callback, the other uses Transaction commit events.
    • Constructor Detail

      • UpdateCompleteBasedScheduler

        protected UpdateCompleteBasedScheduler​(ScheduledExecution execution)
        Creates a scheduler for the given executor.