-
public final class _FlagsInternalProxyThis class exposes internal methods that are used by other OpenObserve modules and cross platform frameworks. It is not meant for public use.
DO NOT USE this class or its methods if you are not working on the internals of the OpenObserve SDK or one of the cross platform frameworks.
Methods, members, and functionality of this class are subject to change without notice, as they are not considered part of the public interface of the OpenObserve SDK.
-
-
Constructor Summary
Constructors Constructor Description _FlagsInternalProxy(FlagsClient client)
-
Method Summary
Modifier and Type Method Description final Map<String, UnparsedFlag>getFlagAssignmentsSnapshot()final UnittrackFlagSnapshotEvaluation(String flagKey, UnparsedFlag flag, EvaluationContext context)-
-
Constructor Detail
-
_FlagsInternalProxy
_FlagsInternalProxy(FlagsClient client)
-
-
Method Detail
-
getFlagAssignmentsSnapshot
final Map<String, UnparsedFlag> getFlagAssignmentsSnapshot()
-
trackFlagSnapshotEvaluation
final Unit trackFlagSnapshotEvaluation(String flagKey, UnparsedFlag flag, EvaluationContext context)
-
-
-
-