Uses of Class
io.unlaunch.UnlaunchAttribute
Package | Description |
---|---|
io.unlaunch | |
io.unlaunch.engine |
-
Uses of UnlaunchAttribute in io.unlaunch
Methods in io.unlaunch that return UnlaunchAttribute Modifier and Type Method Description static UnlaunchAttribute
UnlaunchAttribute. newBoolean(java.lang.String key, boolean value)
static UnlaunchAttribute
UnlaunchAttribute. newDate(java.lang.String key, long millisecondsSinceEpoch)
static UnlaunchAttribute
UnlaunchAttribute. newDateTime(java.lang.String key, long millisecondsSinceEpoch)
static UnlaunchAttribute
UnlaunchAttribute. newNumber(java.lang.String key, java.lang.Number value)
static UnlaunchAttribute
UnlaunchAttribute. newString(java.lang.String key, java.lang.String value)
Methods in io.unlaunch with parameters of type UnlaunchAttribute Modifier and Type Method Description UnlaunchFeature
OfflineUnlaunchClient. getFeature(java.lang.String flagKey, java.lang.String identity, UnlaunchAttribute... attributes)
UnlaunchFeature
UnlaunchClient. getFeature(java.lang.String flagKey, java.lang.String identity, UnlaunchAttribute... attributes)
Same asUnlaunchClient.getFeature(String, String)
but usesattributes
that are passed as argument when evaluating the feature flag's targeting rules.java.lang.String
OfflineUnlaunchClient. getVariation(java.lang.String flagKey, java.lang.String identity, UnlaunchAttribute... attributes)
java.lang.String
UnlaunchClient. getVariation(java.lang.String flagKey, java.lang.String identity, UnlaunchAttribute... attributes)
Same asUnlaunchClient.getVariation(String, String)
but usesattributes
that are passed as argument when evaluating the feature flag's targeting rules. -
Uses of UnlaunchAttribute in io.unlaunch.engine
Methods in io.unlaunch.engine with parameters of type UnlaunchAttribute Modifier and Type Method Description static UnlaunchUser
UnlaunchUser. createWithAttributes(java.lang.String id, UnlaunchAttribute... attributes)