RSB
0.7.0
|
#include <set>
#include <utility>
#include <boost/shared_ptr.hpp>
#include <boost/thread/shared_mutex.hpp>
#include <rsc/runtime/Properties.h>
#include <rsc/logging/Logger.h>
#include <rsc/threading/OrderedQueueDispatcherPool.h>
#include "../Event.h"
#include "../ParticipantConfig.h"
#include "PushEventReceivingStrategy.h"
#include "rsb/rsbexports.h"
Go to the source code of this file.
Classes | |
class | rsb::eventprocessing::ParallelEventReceivingStrategy |
This push-style event receiving strategy uses one or more threads to filter rsb::Event s and dispatch matching events to rsb::Handler s. More... |
Namespaces | |
namespace | rsb |
namespace | rsb::eventprocessing |