Interface RetryScheduler

All Known Implementing Classes:
ExponentialtIntervalRetryScheduler

public interface RetryScheduler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    retry(Runnable task, int count)
     
  • Method Details

    • retry

      void retry(Runnable task, int count)