Table of Contents

Class ActivityOutboundInterceptor

Namespace
Temporalio.Worker.Interceptors
Assembly
Temporalio.dll

Outbound interceptor to intercept activity calls coming from activities.

public abstract class ActivityOutboundInterceptor
Inheritance
ActivityOutboundInterceptor
Inherited Members

Constructors

ActivityOutboundInterceptor(ActivityOutboundInterceptor)

Initializes a new instance of the ActivityOutboundInterceptor class.

protected ActivityOutboundInterceptor(ActivityOutboundInterceptor next)

Parameters

next ActivityOutboundInterceptor

Next interceptor in the chain.

Properties

Next

Gets the next interceptor in the chain.

protected ActivityOutboundInterceptor Next { get; }

Property Value

ActivityOutboundInterceptor

Methods

Heartbeat(HeartbeatInput)

Intercept heartbeat.

public virtual void Heartbeat(HeartbeatInput input)

Parameters

input HeartbeatInput

Input details of the call.