class documentation
Undocumented
Inherited from OutboundInterceptor
:
Instance Variable | next |
Undocumented |
Create the outbound interceptor.
Parameters | |
client:Client | Undocumented |
next | The next interceptor in the chain. The default implementation of all calls is to delegate to the next interceptor. |
async def describe_workflow(self, input:
DescribeWorkflowInput
) -> WorkflowExecutionDescription
:
(source)
¶
Called for every WorkflowHandle.describe
call.
def fetch_workflow_history_events(self, input:
FetchWorkflowHistoryEventsInput
) -> WorkflowHistoryEventAsyncIterator
:
(source)
¶
Called for every WorkflowHandle.fetch_history_events
call.
async def get_worker_build_id_compatibility(self, input:
GetWorkerBuildIdCompatibilityInput
) -> WorkerBuildIdVersionSets
:
(source)
¶
Called for every Client.get_worker_build_id_compatibility
call.
async def get_worker_task_reachability(self, input:
GetWorkerTaskReachabilityInput
) -> WorkerTaskReachability
:
(source)
¶
Called for every Client.get_worker_task_reachability
call.
async def report_cancellation_async_activity(self, input:
ReportCancellationAsyncActivityInput
):
(source)
¶
Called for every AsyncActivityHandle.report_cancellation
call.
async def start_workflow_update(self, input:
StartWorkflowUpdateInput
) -> WorkflowUpdateHandle[ Any]
:
(source)
¶
Called for every WorkflowHandle.update
and WorkflowHandle.start_update
call.
async def update_worker_build_id_compatibility(self, input:
UpdateWorkerBuildIdCompatibilityInput
):
(source)
¶
Called for every Client.update_worker_build_id_compatibility
call.