![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
| void | toggleFeatures (FeatureTogglePayload request) |
| FeatureTogglePayload | getFeatureTogglesState () |
Public Member Functions inherited from org.openkilda.northbound.service.BasicService | |
| default InfoData | validateInfoMessage (final Message requestMessage, final Message responseMessage, final String correlationId) |
Additional Inherited Members | |
Public Attributes inherited from org.openkilda.northbound.service.BasicService | |
| Logger | logger = LoggerFactory.getLogger(BasicService.class) |
Service to handle feature toggles requests.
Definition at line 23 of file FeatureTogglesService.java.
| FeatureTogglePayload org.openkilda.northbound.service.FeatureTogglesService.getFeatureTogglesState | ( | ) |
Method to get information about current feature toggles.
Implemented in org.openkilda.northbound.service.impl.FeatureTogglesServiceImpl.
| void org.openkilda.northbound.service.FeatureTogglesService.toggleFeatures | ( | FeatureTogglePayload | request | ) |
Changes feature toggles values.
| request | configurations of feature toggles to be changed. |
Implemented in org.openkilda.northbound.service.impl.FeatureTogglesServiceImpl.