Interface TagGroupManager


  • public interface TagGroupManager
    • Method Detail

      • get

        @Nullable
        TagGroup get​(java.lang.String name)
      • registerTask

        GroupTaskHandle registerTask​(java.lang.String groupName,
                                     GroupTask task)
        A group task is one that will be polled according to the group mode, rate, and the leased state of the task or group. The GroupTaskHandle returned allows the caller to update the leased state, as well as cancel the task.
      • requestExecution

        void requestExecution​(java.lang.String name)
        This call requests that a tag group run "out of band".