Package io.temporal.common.interceptors
-
Interface Summary Interface Description ActivityInboundCallsInterceptor Intercepts inbound calls to the activity execution on the worker side.WorkerInterceptor Intercepts workflow and activity executions.WorkflowClientCallsInterceptor Intercepts calls to theWorkflowClient
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.