We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 696ebb4 commit 8d190acCopy full SHA for 8d190ac
temporalio/worker/_worker.py
@@ -162,8 +162,8 @@ def __init__(
162
activities: Activity callables decorated with
163
:py:func:`@activity.defn<temporalio.activity.defn>`. Activities
164
may be async functions or non-async functions.
165
- nexus_service_handlers: Nexus service handler instances decorated with
166
- :py:func:`@nexusrpc.handler.service_handler`.
+ nexus_service_handlers: Instances of Nexus service handler classes
+ decorated with :py:func:`@nexusrpc.handler.service_handler`.
167
workflows: Workflow classes decorated with
168
:py:func:`@workflow.defn<temporalio.workflow.defn>`.
169
activity_executor: Concurrent executor to use for non-async
0 commit comments