Interface DelayFactory
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface DelayFactory
-
-
Field Summary
Fields Modifier and Type Field Description static DelayFactoryCONSTANT_DEFAULT_DELAY_FACTORY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DelaygetDelay(String apiCall, Delay provided)
-
-
-
Field Detail
-
CONSTANT_DEFAULT_DELAY_FACTORY
static final DelayFactory CONSTANT_DEFAULT_DELAY_FACTORY
-
-