Constructs an AbstractAsyncHandler.
The async manager instance.
The map of command handler names to method names.
Injected developer utilities for debugging and mock responses.
Map of command handler names to method names.
Injected HTTP fetch utility for async operations.
Reference to the async manager for command completion and cancellation.
Handles an incoming async command by dispatching to the appropriate handler.
The async command to handle.
AbstractAsyncHandler provides a base implementation for handling async commands.
Remarks