class documentation

Undocumented

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
Method _context_from_nexus_headers Undocumented
Instance Variable _root 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.
root:TracingInterceptorUndocumented
async def execute_nexus_operation_cancel(self, input: temporalio.worker.ExecuteNexusOperationCancelInput): (source)

Called to cancel an in progress Nexus operation

def _context_from_nexus_headers(self, headers: Mapping[str, str]): (source)

Undocumented

Undocumented