#include <MessageDispatcher.h>
Inheritance diagram for CODEX_Quorum::MessageDispatcher:

Public Member Functions | |
| virtual void | operator() (Message *m)=0 |
| Method used to dispatch a message. | |
In order to implement a QuorumSystem and poll for incoming messages a derived class must be written that implements operator(). This will be called by the concrete QuorumSystem::poll() method when a message arrives that is not a response to a request sent out by the local server.
Definition at line 34 of file MessageDispatcher.h.
|
|
Method used to dispatch a message.
|
1.4.1