.. _InfrastructureAPI: Infrastructure ++++++++++++++ :ref:`Services` in the Dragon runtime interact with each other using messages transported with a variety of different means (mostly :ref:`Channels`). Although there is the Client API to construct and send these messages, the messages themselves constitute the true internal interface. To that end, they are a convention. Developers should use this API to add functionality to the Dragon Services through new messages. It is not meant for users. Python Reference ================ .. currentmodule:: dragon.infrastructure .. autosummary:: :toctree: :recursive: channel_desc facts group_desc messages node_desc parameters pool_desc process_desc standalone_conn util C Reference =========== .. toctree:: :maxdepth: 1 logging