Interface SwitchService

All Known Implementing Classes:
DefaultSwitchService, PromotionEngineTestSupportSwitchService

public interface SwitchService
Service used for the purpose of providing toggle status related information
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isEnabled(Switch switchOption)
    Identifies whether provided switchable option is enabled
  • Method Details

    • isEnabled

      boolean isEnabled(Switch switchOption)
      Identifies whether provided switchable option is enabled
      Parameters:
      switchOption - one of the Switch values
      Returns:
      true if option is enabled, false - otherwise