RSB
0.7.0
|
Implementations of this interface organize the receiving of events via rsb::transport::InConnector s. More...
#include <EventReceivingStrategy.h>
Public Member Functions | |
virtual | ~EventReceivingStrategy () |
virtual void | addFilter (filter::FilterPtr filter)=0 |
virtual void | removeFilter (filter::FilterPtr filter)=0 |
virtual void | handle (EventPtr event)=0 |
Dispatches the event to the listener. | |
Public Member Functions inherited from rsb::eventprocessing::Handler | |
virtual | ~Handler () |
Implementations of this interface organize the receiving of events via rsb::transport::InConnector s.
Definition at line 54 of file EventReceivingStrategy.h.
|
virtual |
Definition at line 32 of file EventReceivingStrategy.cpp.
|
pure virtual |
|
pure virtual |
Dispatches the event to the listener.
event | the event to dispatch |
Implements rsb::eventprocessing::Handler.
Implemented in rsb::eventprocessing::ParallelEventReceivingStrategy, and rsb::eventprocessing::DirectEventReceivingStrategy.
Referenced by rsb::eventprocessing::PushInRouteConfigurator::activate().
|
pure virtual |