Interface Builder<R extends Delay>

Type Parameters:
R - , the delay object that is finally built. Can never be null
All Known Implementing Classes:
Blended.BlendedBuilder, CappedExponential.Builder, Constant.Builder, Exponential.Builder, MultipleOf.Builder, ShiftByMultipleOf.Builder

public interface Builder<R extends Delay>
Build the final Delay based timeout and other specifications.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • build

      R build()