class documentation

Instruments Nexus operations with LangSmith runs.

Method __init__ Create the inbound interceptor.
Async Method execute_nexus_operation_cancel Called to cancel an in progress Nexus operation
Async Method execute_nexus_operation_start Called to start a Nexus operation
Instance Variable _config Undocumented

Inherited from NexusOperationInboundInterceptor:

Instance Variable next Undocumented

Create the inbound interceptor.

Parameters
next:temporalio.worker.NexusOperationInboundInterceptorThe next interceptor in the chain. The default implementation of all calls is to delegate to the next interceptor.
config:LangSmithInterceptorUndocumented
async def execute_nexus_operation_cancel(self, input: temporalio.worker.ExecuteNexusOperationCancelInput): (source)

Called to cancel an in progress Nexus operation

Undocumented