RSB
0.7.0
|
#include <string>
#include <set>
#include <boost/shared_ptr.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/noncopyable.hpp>
#include <rsc/runtime/Printable.h>
#include "rsb/rsbexports.h"
#include "../ParticipantConfig.h"
Go to the source code of this file.
Classes | |
class | rsb::eventprocessing::InRouteConfigurator |
A class responsible of configuring the route that processes incoming events from one or more InConnector instances in one Listener. More... |
Namespaces | |
namespace | rsb |
namespace | rsb::filter |
namespace | rsb::transport |
namespace | rsb::eventprocessing |
Typedefs | |
typedef boost::shared_ptr < InConnector > | rsb::transport::InConnectorPtr |
typedef boost::shared_ptr < InRouteConfigurator > | rsb::eventprocessing::InRouteConfiguratorPtr |