class documentation
class _ContextPropagationActivityInboundInterceptor(temporalio.worker.ActivityInboundInterceptor): (source)
Constructor: _ContextPropagationActivityInboundInterceptor(next)
Undocumented
| Async Method | execute |
Called to invoke the activity. |
Inherited from ActivityInboundInterceptor:
| Method | __init__ |
Create the inbound interceptor. |
| Method | init |
Initialize with an outbound interceptor. |
| Instance Variable | next |
Undocumented |