Interface StoppableJobDelegate

All Known Implementing Classes:
AbstractReportJobDelegate, GroupMemberProvisionTaskJobDelegate, LiveSyncJobDelegate, MacroJobDelegate, PullJobDelegate, PushJobDelegate, SampleReportJobDelegate, SinglePullJobDelegate, SinglePushJobDelegate, StreamPullJobDelegate, StreamPushJobDelegate
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface StoppableJobDelegate
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Request the current Job to stop the execution.
  • Method Details

    • stop

      void stop()
      Request the current Job to stop the execution.