io.featurehub.client.AnalyticsCollector Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client-core Show documentation
Show all versions of java-client-core Show documentation
Shared core of featurehub client.
package io.featurehub.client;
import java.util.List;
import java.util.Map;
public interface AnalyticsCollector {
void logEvent(String action, Map other, List featureStateAtCurrentTime);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy