Package elisa :: Package core :: Module bus

Module bus

source code

Classes
  Bus
Python objects can register callbacks with the bus and be called when elisa.core.components.massage.Messages are sent by other objects.
Functions
 
bus_listener(bus, *message_types)
Utility decorator to simply register a function or method on the message bus.
source code
Variables
  __maintainer__ = 'Philippe Normand <philippe@fluendo.com>'
  __maintainer2__ = 'Florian Boucault <florian@fluendo.com>'

Imports: log, Message, threadsafe_list, defer, task