| ActivityInboundCallsInterceptor |
Intercepts inbound calls to the activity execution on the worker side.
|
| NexusOperationInboundCallsInterceptor |
Intercepts inbound calls to a Nexus operation on the worker side.
|
| NexusOperationOutboundCallsInterceptor |
Can be used to intercept calls from a Nexus operation into the Temporal APIs.
|
| ScheduleClientCallsInterceptor |
|
| ScheduleClientInterceptor |
|
| WorkerInterceptor |
Intercepts workflow and activity executions.
|
| WorkflowClientCallsInterceptor |
Intercepts calls to the WorkflowClient related to the lifecycle of a
Workflow.
|
| WorkflowClientInterceptor |
|
| WorkflowInboundCallsInterceptor |
Intercepts inbound calls to the workflow execution on the worker side.
|
| WorkflowOutboundCallsInterceptor |
Can be used to intercept calls from to workflow code into the Temporal APIs.
|