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

io.split.telemetry.synchronizer.TelemetrySynchronizer Maven / Gradle / Ivy

There is a newer version: 4.16.0
Show newest version
package io.split.telemetry.synchronizer;

import io.split.client.SplitClientConfig;
import io.split.client.dtos.UniqueKeys;

import java.util.List;
import java.util.Map;

public interface TelemetrySynchronizer {
    void synchronizeConfig(SplitClientConfig config, long timeUntilReady, Map factoryInstances, List tags);
    void synchronizeStats() throws Exception;
    void synchronizeUniqueKeys(UniqueKeys uniqueKeys);
    void finalSynchronization() throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy