Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 670 Bytes

handling.rst

File metadata and controls

32 lines (28 loc) · 670 Bytes

Handling

.. automodule:: rabbitleap.handling
    :noindex:

    Handler
    =======

    .. autoclass:: Handler
        :noindex:
    .. automethod:: Handler.initialize
        :noindex:
    .. automethod:: Handler.pre_handle
        :noindex:
    .. automethod:: Handler.handle
        :noindex:
    .. automethod:: Handler.post_handle
        :noindex:

    Message Handler
    ^^^^^^^^^^^^^^^
    .. autoclass:: MessageHandler
        :show-inheritance:
        :noindex:
    .. automethod:: MessageHandler.abort
        :noindex:
    .. automethod:: MessageHandler.error
        :noindex:
    .. automethod:: MessageHandler.skip
        :noindex: