module documentation

License: Apache 2.0

VERSION INFO:

  $Repo: async_example_program
$Author: Anders Wiklund
  $Date: 2024-03-05 20:04:52
   $Rev: 42
Class AsyncExampleWorker This worker class demonstrates how to use resources like RabbitMQ and Watchdog asynchronously. It also demonstrates the usage of internal message brokers to control the work by using JSON messages as events...
Constant HEALTH_TEMPLATE Health report template for current program.
Constant PREFIXES Send message prefixes.
HEALTH_TEMPLATE: dict[str, bool] = (source)

Health report template for current program.

Value
{'AsyncFileSearcher.observer': False,
 'AsyncRabbitClient.connection': False,
 'AsyncExampleWorker.scheduler': False,
 'AsyncFileSearcher._message_broker': False,
 'AsyncExampleWorker._message_broker': False}
PREFIXES: list[str] = (source)

Send message prefixes.

Value
['Health', 'File', 'Error']