Interface JobAttribute

  • All Known Implementing Classes:
    PriorityJobAttribute

    public interface JobAttribute
    This interface represents attributes that can be added to jobs to manipulate the crawling process.
    Author:
    Ween Jiann Lee
    • Method Detail

      • prepareRetry

        void prepareRetry()
        This method is called before the job is scheduled for a retry.

        This method allows you to specify the logic to move the job into its subsequent state for a retry.