Class FeatureFetchRetryExecutor

java.lang.Object
growthbook.sdk.java.retry.FeatureFetchRetryExecutor

public final class FeatureFetchRetryExecutor extends Object
Executes feature fetch attempts with a bounded retry policy.

The executor only owns retry timing and retryability decisions. It does not decide how callers should recover after all attempts fail; repositories keep that responsibility so they can return existing or cached feature data.