module documentation
Undocumented
Class |
|
Information about the running Nexus operation. |
Class |
|
Logger adapter that adds Nexus operation context information. |
Class |
|
Context received by a workflow run operation. |
Function | client |
Get the Temporal client used by the worker handling the current Nexus operation. |
Function | in |
Whether the current code is inside a Nexus operation. |
Function | info |
Get the current Nexus operation information. |
Variable | logger |
Logger that emits additional data describing the current Nexus operation. |
Class | _ |
Context for a Nexus cancel operation being handled by a Temporal Nexus Worker. |
Class | _ |
Context for a Nexus start operation being handled by a Temporal Nexus Worker. |
Function | _temporal |
Undocumented |
Function | _try |
Undocumented |
Variable | _temporal |
Undocumented |
Variable | _temporal |
Undocumented |
def _temporal_context() ->
_TemporalStartOperationContext | _TemporalCancelOperationContext
:
(source)
¶
Undocumented
def _try_temporal_context() ->
_TemporalStartOperationContext | _TemporalCancelOperationContext | None
:
(source)
¶
Undocumented