RSB
0.7.0
|
#include <set>
#include <boost/shared_ptr.hpp>
#include <boost/scoped_ptr.hpp>
#include "EventReceivingStrategy.h"
Go to the source code of this file.
Classes | |
class | rsb::eventprocessing::PullEventReceivingStrategy |
Instances of this class retrieve Event s from transport::Connector s when explicitly asked by a client (which usually is a Participant ). More... |
Namespaces | |
namespace | rsb |
namespace | rsb::filter |
namespace | rsb::transport |
namespace | rsb::eventprocessing |
Typedefs | |
typedef boost::shared_ptr < InPullConnector > | rsb::transport::InPullConnectorPtr |
typedef boost::shared_ptr < PullEventReceivingStrategy > | rsb::eventprocessing::PullEventReceivingStrategyPtr |