Interface IContextModifier

All Known Implementing Classes:
AutoEnvContextModifier, NoOpContextModifier

public interface IContextModifier
Modifies contexts when invoked.
  • Method Summary

    Modifier and Type
    Method
    Description
    Modifies the provided context and returns a resulting context.
  • Method Details

    • modifyContext

      LDContext modifyContext(LDContext context)
      Modifies the provided context and returns a resulting context. May result in no changes at the discretion of the implementation.
      Parameters:
      context - to be modified
      Returns:
      another context that is the result of modification