temporalio.worker._command_aware_visitor

module documentation

(source)

Visitor that sets command context during payload traversal.

Class CommandAwarePayloadVisitor Payload visitor that sets command context during traversal.
Class CommandInfo Information identifying a specific command instance.
Function current_command Context manager for setting command info.
Variable current_command_info Undocumented

def current_command(command_type: CommandType.ValueType, command_seq: int) -> Iterator[None]: (source)

Context manager for setting command info.

Undocumented