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,Constant.Builder,Exponential.Builder,MultipleOf.Builder,ShiftByMultipleOf.Builder
public interface Builder<R extends Delay>Build the finalDelaybased timeout and other specifications.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rbuild()
-
-
-
Method Detail
-
build
R build()
-
-