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 b1745fb commit 07b74a2Copy full SHA for 07b74a2
durabletask/internal/proto_task_hub_sidecar_service_stub.py
@@ -2,9 +2,8 @@
2
3
4
class ProtoTaskHubSidecarServiceStub(Protocol):
5
- """A stub class roughly matching the TaskHubSidecarServiceStub generated from the .proto file.
6
- Used by Azure Functions during orchestration and entity executions to inject custom behavior,
7
- as no real sidecar stub is available.
+ """A stub class matching the TaskHubSidecarServiceStub generated from the .proto file.
+ Allows the use of TaskHubGrpcWorker methods when a real sidecar stub is not available.
8
"""
9
Hello: Callable[..., Any]
10
StartInstance: Callable[..., Any]
0 commit comments