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

io.split.engine.segments.SegmentFetcher Maven / Gradle / Ivy

package io.split.engine.segments;

import io.split.engine.common.FetchOptions;

/**
 * Created by adilaijaz on 5/7/15.
 */
public interface SegmentFetcher {
    /**
     * fetch
     */
    void fetch(FetchOptions opts);

    boolean runWhitCacheHeader();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy