class documentation
class Interceptor: (source)
Known subclasses: temporalio.contrib.opentelemetry.TracingInterceptor
, temporalio.testing._workflow._AssertionErrorInterceptor
, temporalio.testing._workflow._TimeSkippingClientInterceptor
Interceptor for clients.
This should be extended by any client interceptors.
Method | intercept |
Method called for intercepting a client. |
overridden in
temporalio.contrib.opentelemetry.TracingInterceptor
, temporalio.testing._workflow._TimeSkippingClientInterceptor
Method called for intercepting a client.
Parameters | |
next:OutboundInterceptor | The underlying outbound interceptor this interceptor should delegate to. |
Returns | |
OutboundInterceptor | The new interceptor that will be called for each client call. |