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 Details

    • CONSTANT_DEFAULT_DELAY_FACTORY

      static final DelayFactory CONSTANT_DEFAULT_DELAY_FACTORY
  • Method Details

    • getDelay

      Delay getDelay​(java.lang.String apiCall, Delay provided)