Skip to main content

Module debug_command_processor

Module debug_command_processor 

Source

Structs§

DebugCommandRequest
Debug command with metadata for processing
DebugCommandRouter
Debug command router that delegates to specific processors
DebugMetrics
Debug command processing metrics
EntityInspectionProcessor
Entity inspection processor with comprehensive capabilities

Constants§

DEBUG_COMMAND_TIMEOUT
Default timeout for debug commands (30 seconds as per requirements)
MAX_CONCURRENT_OPERATIONS
Maximum number of concurrent debug operations
MAX_PRIORITY
Maximum priority level for debug commands
MAX_QUEUE_SIZE
Maximum number of commands that can be queued
METRICS_HISTORY_SIZE
History size for processing time metrics

Traits§

DebugCommandProcessor
Trait for processing debug commands