Class FeatureFetchFailureHandler

java.lang.Object
growthbook.sdk.java.featurefetch.FeatureFetchFailureHandler

public final class FeatureFetchFailureHandler extends Object
Applies the shared failure behavior after feature fetch retries are exhausted.

Repositories provide the concrete cache loading and callback hooks. This helper only coordinates the common sequence: notify failure, try cache if no feature data is available, and throw only when no usable data remains.