class documentation
class _TracingActivityInboundInterceptor(temporalio.worker.ActivityInboundInterceptor): (source)
Constructor: _TracingActivityInboundInterceptor(next, root)
Undocumented
| Method | __init__ |
Create the inbound interceptor. |
| Async Method | execute |
Called to invoke the activity. |
| Instance Variable | root |
Undocumented |
Inherited from ActivityInboundInterceptor:
| Method | init |
Initialize with an outbound interceptor. |
| Instance Variable | next |
Undocumented |
def __init__(self, next:
temporalio.worker.ActivityInboundInterceptor, root: TracingInterceptor):
(source)
¶
Create the inbound interceptor.
| Parameters | |
next:temporalio.worker.ActivityInboundInterceptor | The next interceptor in the chain. The default implementation of all calls is to delegate to the next interceptor. |
root:TracingInterceptor | Undocumented |