Interface JobTopicTraverser.ResourceCallback

Enclosing class:
JobTopicTraverser

public static interface JobTopicTraverser.ResourceCallback
Callback called for each found resource.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Callback handle for a resource.
  • Method Details

    • handle

      boolean handle(Resource rsrc)
      Callback handle for a resource. The callback is called in sorted order on a minute base, all resources within a minute are not necessarily called in correct time order! If the callback signals to stop traversing, the traversal is stopped immediately.
      Parameters:
      rsrc - The resource to handle
      Returns:
      true If processing should continue, false otherwise.