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
ActivityOutboundInterceptorNext interceptor in the chain.
Properties
Next
Gets the next interceptor in the chain.
protected ActivityOutboundInterceptor Next { get; }
Property Value
Methods
Heartbeat(HeartbeatInput)
Intercept heartbeat.
public virtual void Heartbeat(HeartbeatInput input)
Parameters
input
HeartbeatInputInput details of the call.