Class MutableContext

java.lang.Object
dev.openfeature.sdk.MutableContext
All Implemented Interfaces:
EvaluationContext, Structure

public class MutableContext extends Object implements EvaluationContext
The EvaluationContext is a container for arbitrary contextual data that can be used as a basis for dynamic evaluation. The MutableContext is an EvaluationContext implementation which is not threadsafe, and whose attributes can be modified after instantiation.