temporalio.testing._workflow._TimeSkippingClientInterceptor

class documentation

class _TimeSkippingClientInterceptor(temporalio.client.Interceptor): (source)

Constructor: _TimeSkippingClientInterceptor(env)

View In Hierarchy

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