HiveMind
Public Member Functions | List of all members
IHiveMindHostApiRequestHandler Class Referenceabstract

Handles HiveMindApi requests and sends the response to the appropriate target. More...

#include <IHiveMindHostApiRequestHandler.h>

Inheritance diagram for IHiveMindHostApiRequestHandler:
Inheritance graph
Collaboration diagram for IHiveMindHostApiRequestHandler:
Collaboration graph

Public Member Functions

virtual ~IHiveMindHostApiRequestHandler ()=default
 
virtual bool handleRequest (const MessageDTO &message)=0
 handles HiveMindHostAPI request and sends a response to the approriate target More...
 

Detailed Description

Handles HiveMindApi requests and sends the response to the appropriate target.

Constructor & Destructor Documentation

◆ ~IHiveMindHostApiRequestHandler()

virtual IHiveMindHostApiRequestHandler::~IHiveMindHostApiRequestHandler ( )
virtualdefault

Member Function Documentation

◆ handleRequest()

virtual bool IHiveMindHostApiRequestHandler::handleRequest ( const MessageDTO &  message)
pure virtual

handles HiveMindHostAPI request and sends a response to the approriate target

Parameters
messagethe message dto to handle
Returns
true if the operation was successfull, false if not

Implemented in HiveMindHostApiRequestHandler.

Here is the caller graph for this function:

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