class documentation
class _ActivityOutboundImpl(ActivityOutboundInterceptor): (source)
Constructor: _ActivityOutboundImpl(worker, info)
Undocumented
| Method | __init__ |
Create the outbound interceptor. |
| Method | heartbeat |
Called for every temporalio.activity.heartbeat call. |
| Method | info |
Called for every temporalio.activity.info call. |
| Instance Variable | _info |
Undocumented |
| Instance Variable | _worker |
Undocumented |
Inherited from ActivityOutboundInterceptor:
| Instance Variable | next |
Undocumented |
Create the outbound interceptor.
| Parameters | |
worker:_ActivityWorker | Undocumented |
info:temporalio.activity.Info | Undocumented |
| next | The next interceptor in the chain. The default implementation of all calls is to delegate to the next interceptor. |