| Package | Description |
|---|---|
| io.featureflow.client | |
| io.featureflow.client.model |
| Modifier and Type | Method and Description |
|---|---|
FeatureflowContext |
FeatureflowContext.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
io.featureflow.client.FeatureflowClient.Evaluate |
FeatureflowClient.evaluate(String featureKey,
FeatureflowContext featureflowContext) |
Map<String,String> |
FeatureflowClient.evaluateAll(FeatureflowContext featureflowContext) |
| Modifier and Type | Method and Description |
|---|---|
FeatureflowContext |
Event.getContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
FeatureControl.evaluate(FeatureflowContext context) |
boolean |
Condition.matches(FeatureflowContext context) |
boolean |
Audience.matches(FeatureflowContext context) |
boolean |
Rule.matches(FeatureflowContext context) |
void |
Event.setContext(FeatureflowContext context) |
| Constructor and Description |
|---|
Event(String featureKey,
String type,
FeatureflowContext context,
String evaluatedVariant,
String expectedVariant) |
Copyright © 2017. All rights reserved.