compas_eve
compas_eve
Classes
Message objects used for publishing and subscribing to/from topics. |
|
A topic is like a mailbox where messages can be sent and received. |
|
Publisher for a specific topic. |
|
Subscriber for a specific topic. |
|
Simple subscriber that prints received messages on the console (ie. |
|
Defines the base interface for different transport implementations. |
|
In-Memory transport is ideal for simple single-process apps and testing. |
|
Retrieve the default transport implementation to be used system-wide. |
|
Assign a default transport implementation to be used system-wide. |