temporalio.worker._command_aware_visitor
module documentation
Visitor that sets command context during payload traversal.
| Class | |
Payload visitor that sets command context during traversal. |
| Class | |
Information identifying a specific command instance. |
| Function | current |
Context manager for setting command info. |
| Variable | current |
Undocumented |
def current_command(command_type: CommandType.ValueType, command_seq: int) -> Iterator[:
(source)
¶
Context manager for setting command info.
current_command_info: contextvars.ContextVar[ =
(source)
¶
Undocumented