Interface SwitchService
-
- All Known Implementing Classes:
DefaultSwitchService
,PromotionEngineTestSupportSwitchService
public interface SwitchService
Service used for the purpose of providing toggle status related information
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isEnabled(Switch switchOption)
Identifies whether provided switchable option is enabled
-