All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.split.engine.experiments.SplitFetcher Maven / Gradle / Ivy

package io.split.engine.experiments;

import io.split.engine.common.FetchOptions;

/**
 * Created by adilaijaz on 5/8/15.
 */
public interface SplitFetcher extends Runnable {
    /**
     * Forces a sync of splits, outside of any scheduled
     * syncs. This method MUST NOT throw any exceptions.
     */
    FetchResult forceRefresh(FetchOptions options);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy