Open Kilda Java Documentation
org.openkilda.northbound.service.FeatureTogglesService Interface Reference
Inheritance diagram for org.openkilda.northbound.service.FeatureTogglesService:
org.openkilda.northbound.service.BasicService org.openkilda.northbound.service.impl.FeatureTogglesServiceImpl

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)
 

Detailed Description

Service to handle feature toggles requests.

Definition at line 23 of file FeatureTogglesService.java.

Member Function Documentation

◆ getFeatureTogglesState()

FeatureTogglePayload org.openkilda.northbound.service.FeatureTogglesService.getFeatureTogglesState ( )

Method to get information about current feature toggles.

Returns
FeatureTogglePayload that shows what features are enabled and disabled.

Implemented in org.openkilda.northbound.service.impl.FeatureTogglesServiceImpl.

◆ toggleFeatures()

void org.openkilda.northbound.service.FeatureTogglesService.toggleFeatures ( FeatureTogglePayload  request)

Changes feature toggles values.

Parameters
requestconfigurations of feature toggles to be changed.

Implemented in org.openkilda.northbound.service.impl.FeatureTogglesServiceImpl.


The documentation for this interface was generated from the following file: