Namespace Temporalio.Worker.Interceptors
Classes
- ActivityInboundInterceptor
Inbound interceptor to intercept activity calls coming from the server.
- ActivityOutboundInterceptor
Outbound interceptor to intercept activity calls coming from activities.
- CreateContinueAsNewExceptionInput
Input for CreateContinueAsNewException(CreateContinueAsNewExceptionInput).
- DelayAsyncInput
Input for DelayAsync(DelayAsyncInput).
- HandleQueryInput
Input for HandleQuery(HandleQueryInput).
- HandleUpdateInput
Input for ValidateUpdate(HandleUpdateInput) and HandleUpdateAsync(HandleUpdateInput) .
- HeartbeatInput
Input for Heartbeat(HeartbeatInput).
- ScheduleLocalActivityInput
Input for ScheduleLocalActivityAsync<TResult>(ScheduleLocalActivityInput).
- StartChildWorkflowInput
Input for StartChildWorkflowAsync<TWorkflow, TResult>(StartChildWorkflowInput).
- WorkflowInboundInterceptor
Inbound interceptor to intercept workflow calls coming from the server.
- WorkflowOutboundInterceptor
Outbound interceptor to intercept workflow calls coming from workflows.
Interfaces
- IWorkerInterceptor
Interceptor for intercepting activities and workflows.