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

#include <IGreetHandler.h>

Inheritance diagram for IGreetHandler:
Inheritance graph
Collaboration diagram for IGreetHandler:
Collaboration graph

Public Member Functions

virtual ~IGreetHandler ()=default
 
virtual bool greet ()=0
 wait for a greet and then send the greet response. Serializes directly to the stream and not the the queue. Use to initialize a connection. More...
 

Constructor & Destructor Documentation

◆ ~IGreetHandler()

virtual IGreetHandler::~IGreetHandler ( )
virtualdefault

Member Function Documentation

◆ greet()

virtual bool IGreetHandler::greet ( )
pure virtual

wait for a greet and then send the greet response. Serializes directly to the stream and not the the queue. Use to initialize a connection.

Returns
true if serialization/deserialization successed, false otherwise

Implemented in GreetHandler.


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