io.harness.cf.client.api.FlagEvaluateCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ff-java-server-sdk Show documentation
Show all versions of ff-java-server-sdk Show documentation
Harness Feature Flag Java Server SDK
The newest version!
package io.harness.cf.client.api;
import io.harness.cf.client.dto.Target;
import io.harness.cf.model.FeatureConfig;
import io.harness.cf.model.Variation;
import lombok.NonNull;
interface FlagEvaluateCallback {
void processEvaluation(
@NonNull FeatureConfig featureConfig, Target target, @NonNull Variation variation);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy