22 #ifndef MAMA_QUEUE_GROUP_CPP_H__ 23 #define MAMA_QUEUE_GROUP_CPP_H__ 46 mamaBridge bridgeImpl);
53 virtual void destroyWait ();
64 virtual int getNumberOfQueues ();
69 virtual void stopDispatch ();
76 virtual void startDispatch ();
80 unsigned int mCallCount;
99 #endif // MAMA_QUEUE_GROUP_CPP_H__ A simple class for allocating subscriptions amongst multiple queues in a round robin.
Definition: MamaQueueGroup.h:35
Definition: MamaBasicSubscription.h:27
Queue allows applications to dispatch events in order with multiple threads using a single MamaDispat...
Definition: MamaQueue.h:40
The dispatcher dispatches events from a queue until it is destroyed or MamaQueue->stopDispatch () is ...
Definition: MamaDispatcher.h:35