RSB
0.7.0
|
rsb | |
converter | |
detail | |
eventprocessing | |
filter | |
inprocess | |
patterns | |
protocol | |
spread | |
transport | |
util | |
CommException | General exception thrown upon communication errors |
Event | Basic message that is exchanged between informers and listeners |
EventId | A unique ID for events in RSB |
EventQueuePushHandler | A rsb::Handler for rsb::Listener s that pushes all received events on a rsc::SynchronizedQueue |
Exception | |
Factory | Factory for RSB user-level domain objects for communication patterns |
Handler | Asynchronously called handler interface on the client level |
EventFunctionHandler | A utility class to simplify event handling in ordinary functions or member functions |
DataFunctionHandler | A utility class to simplify data handling by automatically passing the data of the desired type to a function |
DataHandler | A Handler that automatically performs the desired type casting |
FilteringHandler | A utility class that forwards events to another rsb::Handler object if they match a given rsb::filter::Filter |
AnyType | A tag type for constructing Informer instances that can publish data of arbitrary types |
InformerBase | A informer to publish data |
Informer | A informer to publish data of a specified type expressed through the template parameter |
Listener | A Listener receives events published by rsb::Informer objects by participating in a channel with a suitable scope |
LocalService | A Service implementation that structures services locally |
MetaData | Framework-supplied meta data attached to each event that give information e.g |
Participant | Objects of this class participate in the exchange of notifications on one channel of the bus |
ParticipantConfig | A class describing the configuration of Participant instances |
QualityOfServiceSpec | Specification of desired quality of service settings for sending and receiving events |
QueuePushHandler | A rsb::Handler for rsb::Listener s that pushes all received data on a rsc::SynchronizedQueue |
Reader | A Reader receives events published by a informers by participating in a channel with a suitable scope |
Scope | Scope is a descriptor for a hierarchical channel of the unified bus |
Service | A service provides a hierarchical structure for organizing participants |
UnsupportedQualityOfServiceException | An exception indicating that a desired QualityOfServiceSpec cannot be reached by a transport |
Printable |