com.flagsense.services.EventService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk Show documentation
Show all versions of sdk Show documentation
Java SDK for consuming flagsense services
package com.flagsense.services;
public interface EventService {
void start();
void addEvaluationCount(String flagId, String variantKey);
void addErrorsCount(String flagId);
}