Interface GroupTask

  • All Known Implementing Classes:
    HistoryActorFactory.TagGroupEvaluationContainer

    public interface GroupTask
    A group task is listener for timing events from a tag group. The task is registered, and then is notified when it should run, based on tag group settings, leased state, etc.
    • Method Detail

      • scheduleTaskEvaluation

        void scheduleTaskEvaluation()
        This is the "pulse" given from the tag group manager. The implementation of this should not block- each underlying subsystem should handle the proper evaluation of tasks. This is simply called when the task "should run".