class documentation

Undocumented

Method __init__ Undocumented
Method intercept_client Method called for intercepting a client.
Instance Variable env Undocumented

Undocumented

Method called for intercepting a client.

Parameters
next:temporalio.client.OutboundInterceptorThe underlying outbound interceptor this interceptor should delegate to.
Returns
temporalio.client.OutboundInterceptorThe new interceptor that will be called for each client call.

Undocumented