class documentation
class Interceptor: (source)
Known subclasses: temporalio.contrib.openai_agents._trace_interceptor.OpenAIAgentsTracingInterceptor, 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.openai_agents._trace_interceptor.OpenAIAgentsTracingInterceptor, temporalio.contrib.opentelemetry.TracingInterceptor, temporalio.testing._workflow._TimeSkippingClientInterceptorMethod 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. |