Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dimastbk committed Dec 30, 2024
1 parent 989c11b commit fe51640
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/worker_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,26 @@ This means that all methods that :py:class:`ZeebeTaskRouter` has will also appea
:undoc-members:
:special-members: __init__

.. autoclass:: pyzeebe.Middleware
:members:
:undoc-members:
:special-members: __init__

.. autoclass:: pyzeebe.MiddlewareProto
:members:
:undoc-members:
:special-members: __call__


.. autoclass:: pyzeebe.Task
:members:
:undoc-members:


.. autoclass:: pyzeebe.TaskConfig
:members:
:undoc-members:


.. autoclass:: pyzeebe.Job
:members:
Expand Down

0 comments on commit fe51640

Please sign in to comment.