Interface FeatureFetchRetryExecutor.FeatureFetchAttempt

Enclosing class:
FeatureFetchRetryExecutor
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 static interface FeatureFetchRetryExecutor.FeatureFetchAttempt
Unit of feature fetch work that can be retried by this executor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()