get
Calculates the value of a boolean feature flag
Parameters
flag
the feature flag to evaluate
Throws
if the service is unavailable.
Calculates the value of a string feature flag
Parameters
flag
the feature flag to evaluate
Throws
if the service is unavailable.
Calculates the value of an int feature flag
Parameters
flag
the feature flag to evaluate
Throws
if the service is unavailable.
Calculates the value of a double feature flag
Parameters
flag
the feature flag to evaluate
Throws
if the service is unavailable.
Calculates the value of an enum feature flag
Parameters
flag
the feature flag to evaluate
Throws
if the service is unavailable.
if the flag is off with no default value.
Calculates the value of a json feature flag
Parameters
flag
the feature flag to evaluate
Throws
if the service is unavailable.
if the flag is off with no default value.