RSB
0.7.0
|
#include <boost/shared_ptr.hpp>
#include <rsc/logging/Logger.h>
#include "../Handler.h"
#include "../transport/InPushConnector.h"
#include "InRouteConfigurator.h"
#include "PushEventReceivingStrategy.h"
Go to the source code of this file.
Classes | |
class | rsb::eventprocessing::PushInRouteConfigurator |
This specialization of InRouteConfigurator creates and maintains an event receiving setup in which rsb::Event s are delivered using a push-style data flow by invoking registered rsb::Handler s. More... |
Namespaces | |
namespace | rsb |
namespace | rsb::eventprocessing |
Typedefs | |
typedef boost::shared_ptr < PushInRouteConfigurator > | rsb::eventprocessing::PushInRouteConfiguratorPtr |