Interface StoppableSchedTaskJobDelegate

All Superinterfaces:
SchedTaskJobDelegate
All Known Implementing Classes:
LiveSyncJobDelegate, PullJobDelegate, PushJobDelegate, SinglePullJobDelegate, SinglePushJobDelegate, StreamPullJobDelegate, StreamPushJobDelegate

public interface StoppableSchedTaskJobDelegate extends SchedTaskJobDelegate
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Request the current Job to stop the execution of the running Task.

    Methods inherited from interface org.apache.syncope.core.provisioning.api.job.SchedTaskJobDelegate

    execute
  • Method Details

    • stop

      void stop()
      Request the current Job to stop the execution of the running Task.