Open Kilda Java Documentation
org.openkilda.northbound.service.BasicService Interface Reference
Inheritance diagram for org.openkilda.northbound.service.BasicService:
org.openkilda.northbound.service.FeatureTogglesService org.openkilda.northbound.service.FlowService org.openkilda.northbound.service.LinkService org.openkilda.northbound.service.SwitchService org.openkilda.northbound.service.impl.FeatureTogglesServiceImpl org.openkilda.northbound.service.impl.FlowServiceImpl org.openkilda.northbound.service.impl.LinkServiceImpl org.openkilda.northbound.service.impl.SwitchServiceImpl

Public Member Functions

default InfoData validateInfoMessage (final Message requestMessage, final Message responseMessage, final String correlationId)
 

Public Attributes

Logger logger = LoggerFactory.getLogger(BasicService.class)
 

Detailed Description

Basic service interface.

Definition at line 34 of file BasicService.java.

Member Function Documentation

◆ validateInfoMessage()

default InfoData org.openkilda.northbound.service.BasicService.validateInfoMessage ( final Message  requestMessage,
final Message  responseMessage,
final String  correlationId 
)

Validates info message.

Parameters
correlationIdrequest correlation id
requestMessagerequest command message
responseMessageresponse info message
Returns
parsed response InfoData

Definition at line 48 of file BasicService.java.

Member Data Documentation

◆ logger

Logger org.openkilda.northbound.service.BasicService.logger = LoggerFactory.getLogger(BasicService.class)

The logger.

Definition at line 38 of file BasicService.java.


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