Interface BackoffComputer

All Known Implementing Classes:
ExponentialBackoffComputer, LinearBackoffComputer, RetryLimitedBackoffComputer

public interface BackoffComputer
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    computeDelay(int retryNumber)