public interface FeatureflowClient<E extends Enum<E>> extends Closeable
| Modifier and Type | Interface and Description |
|---|---|
static class |
FeatureflowClient.Builder |
static class |
FeatureflowClient.Evaluate |
| Modifier and Type | Method and Description |
|---|---|
static FeatureflowClient.Builder |
builder(String apiKey) |
FeatureflowClient.Evaluate |
evaluate(String featureKey) |
FeatureflowClient.Evaluate |
evaluate(String featureKey,
FeatureflowContext featureflowContext) |
Map<String,String> |
evaluateAll(FeatureflowContext featureflowContext) |
FeatureflowClient.Evaluate evaluate(String featureKey, FeatureflowContext featureflowContext)
FeatureflowClient.Evaluate evaluate(String featureKey)
Map<String,String> evaluateAll(FeatureflowContext featureflowContext)
static FeatureflowClient.Builder builder(String apiKey)
Copyright © 2017. All rights reserved.