Interface SchedTaskJobDelegate

All Known Subinterfaces:
StoppableSchedTaskJobDelegate
All Known Implementing Classes:
AbstractProvisioningJobDelegate, AbstractSchedTaskJobDelegate, ElasticsearchReindex, ExpiredAccessTokenCleanup, ExpiredBatchCleanup, GroupMemberProvisionTaskJobDelegate, LiveSyncJobDelegate, MacroJobDelegate, OpenFGAReinit, OpenSearchReindex, PullJobDelegate, PushJobDelegate, SinglePullJobDelegate, SinglePushJobDelegate, StreamPullJobDelegate, StreamPushJobDelegate, TestSampleJobDelegate
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 SchedTaskJobDelegate
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(TaskType taskType, String taskKey, JobExecutionContext context)
    Executes a Job to run the given Task.