Interface ExecutionAttempts.Job

  • Enclosing class:
    ExecutionAttempts

    public static interface ExecutionAttempts.Job
    The interface a job within a retry mechanism should implements.
    • Method Detail

      • execute

        void execute()
              throws Exception
        Executes the job.
        Throws:
        Exception - if an error occurs while executing the job.