Class LiveSyncTaskHandler

  • All Implemented Interfaces:
    TaskHandler

    @Component
    public class LiveSyncTaskHandler
    extends Object
    implements TaskHandler
    The task handler for a live synchronization. This handler takes care of executing live synchronization "runs". It means that the handler "run" method will be called every few seconds. The responsibility is to scan for changes that happened since the last run.
    Author:
    Radovan Semancik