This class provides services in order to receive messages from an OnDemandProducer. More...
#include <OnDemandConsumer.h>
Public Member Functions | |
OnDemandConsumer () | |
virtual | ~OnDemandConsumer () |
virtual OnDemandMessage * | getMessage ()=0 |
receive the next message which is on the queue (blocking) |
This class provides services in order to receive messages from an OnDemandProducer.
Definition at line 15 of file OnDemandConsumer.h.
fesa::OnDemandConsumer::OnDemandConsumer | ( | ) |
Definition at line 8 of file OnDemandConsumer.cpp.
fesa::OnDemandConsumer::~OnDemandConsumer | ( | ) | [virtual] |
Definition at line 12 of file OnDemandConsumer.cpp.
virtual OnDemandMessage* fesa::OnDemandConsumer::getMessage | ( | ) | [pure virtual] |
receive the next message which is on the queue (blocking)
Implemented in fesa::OnDemandConsumerImpl.