Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 988 Bytes

system.rst

File metadata and controls

52 lines (38 loc) · 988 Bytes

system

The system layer brings together different process applications within a system definition, and provides various system runners for running a system.

.. automodule:: eventsourcing.system.definition
    :show-inheritance:
    :member-order: bysource
    :members:
    :special-members:
    :exclude-members: __weakref__, __dict__


.. automodule:: eventsourcing.system.runner
    :show-inheritance:
    :member-order: bysource
    :members:
    :special-members:
    :exclude-members: __weakref__, __dict__


.. automodule:: eventsourcing.system.multiprocess
    :show-inheritance:
    :member-order: bysource
    :members:
    :special-members:
    :exclude-members: __weakref__, __dict__


.. automodule:: eventsourcing.system.thespian
    :show-inheritance:
    :member-order: bysource
    :members:
    :special-members:
    :exclude-members: __weakref__, __dict__