Interface ICommandHandler
An abstraction to handle a command request routed from a ICommandRouter.
public interface ICommandHandler
Methods
HandleCommandAsync(CommandContext)
Handles the command request.
Task HandleCommandAsync(CommandContext context)
Parameters
context
CommandContextThe handler context.
Returns
- Task
The handler result.