class documentation
class _ActivityInboundImpl(ActivityInboundInterceptor): (source)
Constructor: _ActivityInboundImpl(worker, running_activity)
Undocumented
| Method | __init__ |
Create the inbound interceptor. |
| Async Method | execute |
Called to invoke the activity. |
| Method | init |
Initialize with an outbound interceptor. |
| Instance Variable | _running |
Undocumented |
| Instance Variable | _worker |
Undocumented |
Inherited from ActivityInboundInterceptor:
| Instance Variable | next |
Undocumented |
Create the inbound interceptor.
| Parameters | |
worker:_ActivityWorker | Undocumented |
running_RunningActivity | Undocumented |
| next | The next interceptor in the chain. The default implementation of all calls is to delegate to the next interceptor. |