Class ProviderEvaluation<T>

java.lang.Object
dev.openfeature.sdk.ProviderEvaluation<T>
Type Parameters:
T - the type of the flag being evaluated.
All Implemented Interfaces:
BaseEvaluation<T>

public class ProviderEvaluation<T> extends Object implements BaseEvaluation<T>
Contains information about how the a flag was evaluated, including the resolved value.
  • Constructor Details

    • ProviderEvaluation

      public ProviderEvaluation()