Interface IClientInterceptor
- Namespace
- Temporalio.Client.Interceptors
- Assembly
- Temporalio.dll
Interceptor for client calls.
public interface IClientInterceptor
Methods
InterceptClient(ClientOutboundInterceptor)
Create a client outbound interceptor to intercept calls.
ClientOutboundInterceptor InterceptClient(ClientOutboundInterceptor nextInterceptor)
Parameters
nextInterceptor
ClientOutboundInterceptorThe next interceptor in the chain to call.
Returns
- ClientOutboundInterceptor
Created interceptor.