Class FeatureflowPollingClient

java.lang.Object
io.featureflow.client.core.FeatureflowPollingClient
All Implemented Interfaces:
Closeable, AutoCloseable

public class FeatureflowPollingClient extends Object implements Closeable
Polling-based client for fetching feature controls from Featureflow. This client polls the Featureflow API at regular intervals to get feature updates. It uses ETags to optimize requests and minimize data transfer.