class documentation
class _TracingWorkflowInboundInterceptor(temporalio.worker.WorkflowInboundInterceptor): (source)
Constructor: _TracingWorkflowInboundInterceptor(next)
Tracing interceptor for workflow calls.
| Method | __init__ |
Initialize a tracing workflow interceptor. |
| Async Method | execute |
Implementation of temporalio.worker.WorkflowInboundInterceptor.execute_workflow. |
| Async Method | handle |
Implementation of temporalio.worker.WorkflowInboundInterceptor.handle_query. |
| Async Method | handle |
Implementation of temporalio.worker.WorkflowInboundInterceptor.handle_signal. |
| Async Method | handle |
Implementation of temporalio.worker.WorkflowInboundInterceptor.handle_update_handler. |
| Method | handle |
Implementation of temporalio.worker.WorkflowInboundInterceptor.handle_update_validator. |
| Method | init |
Implementation of temporalio.worker.WorkflowInboundInterceptor.init. |
| Method | _top |
Undocumented |
| Method | _workflow |
Undocumented |
| Class Variable | _add |
Undocumented |
Inherited from WorkflowInboundInterceptor:
| Instance Variable | next |
Undocumented |
async def handle_update_handler(self, input:
temporalio.worker.HandleUpdateInput) -> Any:
(source)
¶
Undocumented