RSB
0.7.0
|
Objects of this InRouteConfigurator class setup and maintain the required components for a pull-style event receiving configuration. More...
#include <PullInRouteConfigurator.h>
Additional Inherited Members | |
Public Types inherited from rsb::eventprocessing::InRouteConfigurator | |
typedef std::set < transport::InConnectorPtr > | ConnectorSet |
Objects of this InRouteConfigurator class setup and maintain the required components for a pull-style event receiving configuration.
In particular, a PullEventReceivingStrategy is instanciated to retrieve events from connectors.
Definition at line 43 of file PullInRouteConfigurator.h.
rsb::eventprocessing::PullInRouteConfigurator::PullInRouteConfigurator | ( | const Scope & | scope, |
const ParticipantConfig & | config | ||
) |
Definition at line 43 of file PullInRouteConfigurator.cpp.
|
virtual |
Create and return a PullEventReceivingStrategy .
Implements rsb::eventprocessing::InRouteConfigurator.
Definition at line 48 of file PullInRouteConfigurator.cpp.
References rsb::eventprocessing::InRouteConfigurator::getConnectors().
string rsb::eventprocessing::PullInRouteConfigurator::getClassName | ( | ) | const |
Reimplemented from rsb::eventprocessing::InRouteConfigurator.
Definition at line 62 of file PullInRouteConfigurator.cpp.