Table of Contents

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 ClientOutboundInterceptor

The next interceptor in the chain to call.

Returns

ClientOutboundInterceptor

Created interceptor.